Click or drag to resize

ITreeMenuConfigUserProfile Method


Builds the tree profile for the current user, merging group profiles of the groups the user is a part of or using the default profile if no group profile is found.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
ITreeMenuProfile UserProfile(
	IUser user = null
)

Parameters

user (Optional)
Type: Ingeniux.CMSIUser

[Missing <param name="user"/> documentation for "M:Ingeniux.CMS.ITreeMenuConfig.UserProfile(Ingeniux.CMS.IUser)"]

Return Value

Type: ITreeMenuProfile
The tree profile for the current User
See Also