Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.4 KB

Folder.md

File metadata and controls

46 lines (24 loc) · 1.4 KB

bimdata.Folder

Properties

Name Type Description Notes
id Number [readonly]
parentId Number [optional]
type String DEPRECATED: Use 'nature' instead. Value is "Folder". It is usefull to parse the tree and discriminate folders and files [readonly]
nature String Value is "Folder". It is usefull to parse the tree and discriminate folders and files [readonly]
name String Name of the folder
createdAt Date Creation date [readonly]
updatedAt Date Date of the last update [readonly]
createdBy ShortUser [readonly]
groupsPermissions [GroupFolderRead] List of group permissions [readonly]
defaultPermission Number Permission for a Folder * `1` - denied * `50` - read_only * `100` - read_write [optional]
userPermission Number Aggregate of group user permissions and folder default permission [readonly]
children [RecursiveFolderChildren] [readonly]

Enum: DefaultPermissionEnum

  • 1 (value: 1)

  • 50 (value: 50)

  • 100 (value: 100)

Enum: UserPermissionEnum

  • 1 (value: 1)

  • 50 (value: 50)

  • 100 (value: 100)