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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool SupportsCloneToOtherSite { get; set; }
Property Value
Type:
BooleanSee Also