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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public virtual string ObjectSiteName { get; set; }
Property Value
Type:
StringSee Also