Click or drag to resize

LibraryStructureManagerGetAvailableFolderOwners Method (Int32, Boolean)

Calculates users allowed to be an owner of a folder within specified cabinet.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ADAMObject[] GetAvailableFolderOwners(
	int cabinetId,
	ref bool canAddFolderGroup
)

Parameters

cabinetId
Type: SystemInt32
canAddFolderGroup
Type: SystemBoolean

Return Value

Type: ADAMObject
See Also