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

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
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.
See Also