Click or drag to resize
ObjectVersionManagerAllowObjectRestore Method (GeneralizedInfo, String)

Note: This API is now obsolete.

Indicates if the object under specified site can be restored from recycle bin.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use AllowObjectRestore(GeneralizedInfo infoObj) method instead. The object site name is used.")]
public static bool AllowObjectRestore(
	GeneralizedInfo infoObj,
	string siteName
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
IInfo object instance
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also