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.492
Syntax
bool RemoveGroupProfile(
	IUserGroup group
)

Parameters

group  IUserGroup
The group whose profile to remove

Return Value

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