Click or drag to resize

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
)

Parameters

group
Type: Ingeniux.CMSIUserGroup
CMS Group to search for

Return Value

Type: ITreeMenuProfile
A tree profile
See Also