Click or drag to resize
ObjectTypeInfoIsSiteObject Property
Returns true for site-related object types. is true if the SiteIDColumn or GroupIDColumn property is set in the type information, or if the object type has a site-related parent.

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

Property Value

Type: Boolean
See Also