ObjectVersionManager.CreateVersion Method |
Creates object version.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax public static ObjectVersionHistoryInfo CreateVersion(
GeneralizedInfo infoObj,
bool forceVersion = false
)
Parameters
- infoObj
- Type: CMS.DataEngine.GeneralizedInfo
IInfo object instance - forceVersion (Optional)
- Type: System.Boolean
Indicates if new version should be created instead of storing to existing one if possible
Return Value
Type:
ObjectVersionHistoryInfoSee Also