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

Note: This API is now obsolete.

Indicates if the object versioning is allowed for specified object under particular site.

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

Parameters

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

Return Value

Type: Boolean
See Also