Click or drag to resize
ObjectVersionManagerAllowObjectRestore Method
Indicates if the object under specified site can be restored from recycle bin.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static bool AllowObjectRestore(
	GeneralizedInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
IInfo object instance

Return Value

Type: Boolean
See Also