LibraryStructureObject(Principal, Boolean, Int32, Int32, LoadCriteria, Database, DbTransaction) Constructor
            Constructor prepared exclusively for categories - have drawerId parameter which is required
            during category initialization
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
protected LibraryStructureObject(
	Principal principal,
	bool applyParentRights,
	int id,
	int drawerId,
	LoadCriteria criteria,
	Database database,
	DbTransaction transaction
)
Parameters
- principal  Principal
 - applyParentRights  Boolean
 - id  Int32
 - drawerId  Int32
 - criteria  LoadCriteria
 - database  Database
 - transaction  DbTransaction