LibraryStructureManagerGetAvailableFolderOwners(Int32, Boolean) Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Calculates users allowed to be an owner of a folder within specified cabinet.")]
public ADAMObject[] GetAvailableFolderOwners(
	int cabinetId,
	ref bool canAddFolderGroup
)

Parameters

cabinetId  Int32
canAddFolderGroup  Boolean

Return Value

ADAMObject

See Also