Click or drag to resize

LibraryStructureObjectLoadPropertiesFromDatabase Method

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

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

Parameters

throwException
Type: SystemBoolean
whether method should throw exception when object is not found or simply return false

Return Value

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