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: 7.2.0.0 (7.2.7583.15464)
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