UserInfoProviderGetUserDataClassPermissions Method |
Returns the DataSet with user permissions for specified class.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static DataSet GetUserDataClassPermissions(
UserInfo user,
int siteId,
int classId,
bool displayedOnly,
string columns
)
Parameters
- user
- Type: CMS.MembershipUserInfo
User info object - siteId
- Type: SystemInt32
Site ID - classId
- Type: SystemInt32
ID of the class - displayedOnly
- Type: SystemBoolean
Indicates if only visible permissions should be get - columns
- Type: SystemString
Columns to get
Return Value
Type:
DataSetSee Also