Click or drag to resize
ObjectVersionManagerAllowObjectVersioning Method
Indicates if the object versioning is allowed for specified object under particular site.

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

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
IInfo object instance

Return Value

Type: Boolean
See Also