ITreeMenuConfigRemoveGroupProfile Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool RemoveGroupProfile(
IUserGroup group
)
Function RemoveGroupProfile (
group As IUserGroup
) As Boolean
bool RemoveGroupProfile(
IUserGroup^ group
)
abstract RemoveGroupProfile :
group : IUserGroup -> bool
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
The group whose profile to remove
Return Value
Type:
BooleanTrue if the
tree profile was successfully removed. False otherwise. This also returns false if the profile was not found.
See Also