Returns DataSet with roles of given site (if siteId > 0) with option to display GroupRoles.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteId
- Type: System Int32
SiteID of site which roles we want to return
- includingGroups
- Type: System Boolean
If set to true then GroupRoles are also returned in DataSet
- includingGeneric
- Type: System Boolean
If set to true then Generic roles are also returned in DataSet
Return Value
Type: InfoDataSet RoleInfoSee Also