ObjectVersionManager.ObjectHasVersions Method |
Indicates if object has at least one version.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntaxpublic static bool ObjectHasVersions(
string objectType,
int objectId
)
Parameters
- objectType
- Type: System.String
Object type - objectId
- Type: System.Int32
Object ID
Return Value
Type:
BooleanTrue if specified object has at least one version,False otherwise
See Also