ObjectVersionManager Methods |
The ObjectVersionManager type exposes the following members.
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.
| |
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
| |
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
| |
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 |
Registers current provider in providers collection
(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 AbstractProviderProviderType.) | |
UndoCheckOut |
Cancels the object checkout.
|
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.) |