ITreeMenuConfigGroupProfile Method
|
Given a CMS
Group, retrieve the
tree profile associated with it, otherwise return the
default profile.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax ITreeMenuProfile GroupProfile(
IUserGroup group
)
Function GroupProfile (
group As IUserGroup
) As ITreeMenuProfile
ITreeMenuProfile^ GroupProfile(
IUserGroup^ group
)
abstract GroupProfile :
group : IUserGroup -> ITreeMenuProfile
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
CMS Group to search for
Return Value
Type:
ITreeMenuProfileA
tree profileSee Also