Click or drag to resize

ITreeMenuConfigRemoveGroupProfile Method


Remove the tree profile for the specified group from tree menu configuration.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool RemoveGroupProfile(
	IUserGroup group
)

Parameters

group
Type: Ingeniux.CMSIUserGroup
The group whose profile to remove

Return Value

Type: Boolean
True if the tree profile was successfully removed. False otherwise. This also returns false if the profile was not found.
See Also