Click or drag to resize
UserDataSourceGetOrganizationRoles Method
GetOrganizationRoles

Namespace: ArtDatabanken.WebService.Client.UserService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public RoleList GetOrganizationRoles(
	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

IUserDataSourceGetOrganizationRoles(IUserContext, Int32)
See Also