This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class VersionStore |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class VersionStore |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
CreateLabel |
Create a new label
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLabels | Overloaded. | |
GetStore |
Returns the VersionStore with the given name
|
|
GetType | (Inherited from Object.) | |
GetVersionByDate |
Returns the VersionInfo object for the version with the given timestamp
|
|
GetVersionByLabel |
Returns the VersionInfo object for the version with the given label
|
|
GetVersions |
Gets an array of version
|
|
Label | Overloaded. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Data Namespace