Click or drag to resize
ObjectVersionManagerRestoreObject Method (Int32, Int32)
Restores object to specified site ID.

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

Parameters

versionId
Type: SystemInt32
Version ID
siteId
Type: SystemInt32
Site ID to which object should be restored

Return Value

Type: GeneralizedInfo
See Also