Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- resourceID
- Type: System Int32
Resource ID
- elementName
- Type: System String
UI element code name
- siteAvailabilityRequired (Optional)
- Type: System Boolean
Indicates if site availability of the corresponding resource (resource with name in format "cms.[ElementName]") is required. Takes effect only when corresponding resource exists
Return Value
Type: BooleanSee Also