Click or drag to resize
ApplicationDataSourceAddAuthorityDataTypeToApplication Method
Adds an authority data type to an application

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 void AddAuthorityDataTypeToApplication(
	IUserContext userContext,
	int authorityDataTypeId,
	int applicationId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
authorityDataTypeId
Type: SystemInt32
AuthorityDataType Id.
applicationId
Type: SystemInt32
Application Id.

Return Value

Type: 
void

Implements

IApplicationDataSourceAddAuthorityDataTypeToApplication(IUserContext, Int32, Int32)
See Also