Click or drag to resize
IDatabaseRepositoryGetAuthorizations Method (AuthorizedItemType, String)
Gets all authorization entries of the item.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
AuthorizationEntry[] GetAuthorizations(
	AuthorizedItemType itemType,
	string itemId
)

Parameters

itemType
Type: PDTec.IceNet.Core.DatabaseAuthorizedItemType
The item type.
itemId
Type: SystemString
The item ID.

Return Value

Type: AuthorizationEntry
The authorization entries.
See Also