BizFormInfoIsFormAllowedForUser Method (UserInfo, String) |
Indicates whether specified user is authorized for specified form.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax public bool IsFormAllowedForUser(
UserInfo user,
string siteName
)
Parameters
- user
- Type: CMS.MembershipUserInfo
User info - siteName
- Type: SystemString
Site name
Return Value
Type:
BooleanSee Also