Magidoc

FileTreeNode
Object

Represents a node in the file tree.

Fields

#

ancestors

A list of ancestor FileTreeNodes.

childScenarios

A list of direct child Scenarios through child content nodes.

children

A list of child FileTreeNodes.

content

The content associated with the node, if any.

contentType

The type of content represented by the node, if any.

createdAt

Identifies the date and time when the object was created.

createdBy

The User that created the node.

createdByName

The name of the User that created the node.

databaseId

Identifies the primary key from the data store.

deletedAt

Identifies the date and time when the object was deleted.

depth

The depth of the node within the tree.

descendantScenarios

A list of descendant Scenarios through descendant content nodes.

folderPath

The folder path from the tree root to this node.

id

ID !
Non-null

ID of the object.

lastUpdatedBy

The User that last updated the node (or the linked content for content nodes).

lastUpdatedByName

The name of the User that last updated the node (or the linked content for content nodes).

name

The name of the node.

nameForLog

Object name to be identified in Audit Logs.

nodeType

The type of the file tree node.

parent

The parent FileTreeNode.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the FileTreeNode.

resourcePermissions

A list of ResourcePermissions associated with the node.

settings

Non-null

The settings associated with the object.

treeType

The folder tree the node belongs to.

updatedAt

Identifies the date and time when the object was last updated.

url

Non-null

The url of the object.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#