CategoryGetCategoryDetailsForDrawer Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public static IDataReader GetCategoryDetailsForDrawer(
	Principal principal,
	int drawerId,
	bool includeDeleted,
	Database database,
	DbTransaction transaction
)

Parameters

principal  Principal
 
drawerId  Int32
 
includeDeleted  Boolean
 
database  Database
 
transaction  DbTransaction
 

Return Value

IDataReader

See Also