Click or drag to resize
UniSelectorObjectSiteName Property
Gets or sets site name. If set, only objects which belong to specified site are retrieved (if the object has SiteID column). If null or empty, all objects are retrieved. Use #currentsite or #current for CurrentSite and #global for global objects or #currentandglobal for both.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual string ObjectSiteName { get; set; }

Property Value

Type: String
See Also