Click or drag to resize
ApplicationDataSourceRemoveAuthorityDataTypeFromApplication Method
Removes an authority data type from 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 RemoveAuthorityDataTypeFromApplication(
	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

IApplicationDataSourceRemoveAuthorityDataTypeFromApplication(IUserContext, Int32, Int32)
See Also