LoadCriteria(Boolean, Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the LoadCriteria class

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public LoadCriteria(
	bool withCabinetMembers,
	bool withCategories,
	bool withDrawers,
	bool withFolders,
	bool withFolderMembers
)

Parameters

withCabinetMembers  Boolean
 
withCategories  Boolean
 
withDrawers  Boolean
 
withFolders  Boolean
 
withFolderMembers  Boolean
 

See Also