Click or drag to resize
ObjectTypeInfoSupportsCloneToOtherSite Property
Indicates whether objects of the type can be cloned to a different site than the site of the original object. True by default. Applies to object types with a specified SiteIDColumn.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool SupportsCloneToOtherSite { get; set; }

Property Value

Type: Boolean
See Also