LibraryStructureObjectLoadPropertiesFromDatabase Method

Loads both common and type specific library objects' properties from database

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
protected bool LoadPropertiesFromDatabase(
	bool throwException
)

Parameters

throwException  Boolean
whether method should throw exception when object is not found or simply return false

Return Value

Boolean
Returns true if object has been loaded properly - which means that user has right to this object

See Also