ICustomTabSettingUserGroups Property
|
Gets/sets the list of user groups that are allowed to see this custom tab.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxList<IUserGroup> UserGroups { get; set; }Property UserGroups As List(Of IUserGroup)
Get
Set
property List<IUserGroup^>^ UserGroups {
List<IUserGroup^>^ get ();
void set (List<IUserGroup^>^ value);
}abstract UserGroups : List<IUserGroup> with get, set
Property Value
ListIUserGroup
RemarksIf
AdminOnly property is set to true, this property will no longer be effective.
See Also