Click or drag to resize
ObjectVersionManagerRestoreObject Method (Int32, Boolean)
Restores object, optionally with its children.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static GeneralizedInfo RestoreObject(
	int versionId,
	bool procesChilds
)

Parameters

versionId
Type: SystemInt32
Version ID
procesChilds
Type: SystemBoolean
Indicates if also child object should be restored

Return Value

Type: GeneralizedInfo
See Also