Click or drag to resize
OrganizationManagerGetRolesByOrganization Method
GetOrganizationRoles

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual RoleList GetRolesByOrganization(
	IUserContext userContext,
	int organizationId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
organizationId
Type: SystemInt32
Organization id.

Return Value

Type: RoleList
Returns list of roles or null if organizationid doesn't match or if organization has no roles.

Implements

IOrganizationManagerGetRolesByOrganization(IUserContext, Int32)
See Also