Click or drag to resize

IUserManagerRole Method


Retrieves a Group Role by either its ID or its Name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IGroupRole Role(
	string idOrName,
	bool isName = false
)

Parameters

idOrName  String
Unique ID or Name of the Group Role
isName  Boolean  (Optional)
Whether the "idOrName" parameter value ID or Name of the Group Role

Return Value

IGroupRole
The Group Role with matching ID or Name.
See Also