The ObjectVersionManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ObjectVersionManager |
Methods
| Name | Description | |
|---|---|---|
| AllowObjectRestore(GeneralizedInfo) |
Indicates if the object under specified site can be restored from recycle bin.
| |
| AllowObjectRestore(GeneralizedInfo, String) | Obsolete.
Indicates if the object under specified site can be restored from recycle bin.
| |
| AllowObjectVersioning(GeneralizedInfo) |
Indicates if the object versioning is allowed for specified object under particular site.
| |
| AllowObjectVersioning(GeneralizedInfo, String) | Obsolete.
Indicates if the object versioning is allowed for specified object under particular site.
| |
| ClearHashtables(Boolean) |
Clears the object's hashtables.
(Inherited from AbstractProvider.) | |
| CreateVersion(GeneralizedInfo) |
Creates object version.
| |
| CreateVersion(GeneralizedInfo, Boolean) |
Creates object version.
| |
| CreateWebFarmTask(String, String) |
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.) | |
| CreateWebFarmTask(String, String, Byte ) |
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.) | |
| DeleteOlderVersions |
Deletes older object versions.
| |
| DeleteOlderVersionsInternal |
Deletes older object versions.
| |
| DestroyObjectHistory |
Destroys complete object history.
| |
| DestroyObjectVersion |
Destroys object version.
| |
| DisplayVersionsTab |
Indicates if versions tab should be displayed for specified object type
| |
| EnsureVersion |
Ensures object version.
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetLatestVersion |
Gets latest version history for given object.
| |
| GetLatestVersionInternal |
Gets latest version history for given object.
| |
| GetMajorVersionHistoryLength |
Gets object major version history length.
| |
| GetMinorVersionHistoryLength |
Gets object version history length.
| |
| GetNewVersionNumber |
Gets new version number according to previous version number.
| |
| GetNewVersionNumberInternal |
Gets new version number according to previous version number.
| |
| GetObjectHistory(String, Int32) |
Gets object version histories.
| |
| GetObjectHistory(String, Int32, String, String, Int32, String) |
Gets object version histories.
| |
| GetObjectHistoryInternal |
Gets object version histories.
| |
| GetObjectVersionedExtensions |
Returns allowed extensions list from settings.
| |
| GetPromoteToMajorInterval |
Gets time interval between 2 modifications of object for which last version will be promoted to major version
| |
Gets the (Inherited from | ||
| GetUseLastVersionInterval |
Gets time interval for which last version will be used to store version data
| |
| ChangePreviousVersionsObjectIDInternal |
Changes object ID for the previous object versions during object restore.
| |
| CheckIn(BaseInfo) |
Checks in the object.
| |
| CheckIn(BaseInfo, String, String) |
Checks in the object.
| |
| CheckOut |
Checks out the object to particular user
| |
| Invalidate |
Sets this provider as invalid
(Inherited from AbstractProvider.) | |
| IsObjectExtensionVersioned |
Determines whether the file with the specified extension (case insensitive) is versioned on site specified by name.
| |
| IsVersionMajor |
Indicates if specified version is major version
| |
| MakeVersionMajor |
Make major version from specified version
| |
Creates a shallow copy of the current (Inherited from | ||
| ObjectHasVersions |
Indicates if object has at least one version.
| |
| ProcessWebFarmTask |
Runs the processing of specific web farm task for current provider
(Inherited from AbstractProvider.) | |
| Register |
Initializes the provider variables.
(Inherited from AbstractProvider.) | |
| RestoreObject(Int32, Boolean) |
Restores object, optionally with its children.
| |
| RestoreObject(Int32, Int32) |
Restores object to specified site ID.
| |
| RollbackVersion |
Rollbacks object to specified version.
| |
| SetAsDefaultProvider |
Sets this object as the default provider
(Inherited from AbstractProvider ProviderType .) | |
Returns a string that represents the current object. (Inherited from | ||
| UndoCheckOut |
Cancels the object checkout.
|
Extension Methods
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
| Name | Description | |
|---|---|---|
| RESTORE_ALL |
Object versioning restore mode determining that all objects supported in staging will be deleted to recycle bin.
| |
| RESTORE_NONE |
Object versioning restore mode determining that objects will be deleted permanently.
| |
| RESTORE_VERSIONEDOBJECTS |
Object versioning restore mode determining that versioned objects will be deleted to recycle bin.
|
Properties
| Name | Description | |
|---|---|---|
| IsValid |
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.) | |
| ProviderName |
Provider name
(Inherited from AbstractProvider.) |
See Also