IsMaterialAuthor
Returns a Boolean value (TRUE or FALSE) indicating if the current user has rights to the Material Author security role.
Syntax
bResult
= MaterialServerSecurity
.IsMaterialAuthor
()The method syntax has these parts:
IsMaterialAuthor
Part | Description |
---|---|
bResult | Boolean value that returns TRUE or FALSE which represents if the current user has access to interfaces defined for use for the MaterialAuthor Role. |
MaterialServerSecurity | Instance of the MaterialServerSecurity Interface to which the method is directed. |
Provide Feedback