Click or drag to resize

FolderGetFolderIds Method

Retrieves folders' ids for specified criteria

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static List<int> GetFolderIds(
	Principal principal,
	int drawerId,
	int categoryId,
	bool includeDeleted,
	Database database,
	DbTransaction transaction
)

Parameters

principal
Type: FileHold.CommonPrincipal
drawerId
Type: SystemInt32
categoryId
Type: SystemInt32
includeDeleted
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListInt32
See Also