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
Syntaxprotected 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:
BooleanReturns true if object has been loaded properly - which means that user has right to this object
See Also