Click or drag to resize
RoleListAuthorityExists Method
Check whether or not any of the roles is accociated with a certain authority identifier.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool AuthorityExists(
	string identifier
)

Parameters

identifier
Type: SystemString

[Missing <param name="identifier"/> documentation for "M:ArtDatabanken.Data.RoleList.AuthorityExists(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ArtDatabanken.Data.RoleList.AuthorityExists(System.String)"]

See Also