Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Folder

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private ___name

___name: any

container

container: StructuralUnit

containerAsFolderBase

containerAsFolderBase: FolderBase

containerAsProject

containerAsProject: Project

documents

documents: IList<IDocument>

folders

folders: IList<IFolder>

id

id: string

isLoaded

isLoaded: boolean

Checks whether all attributes are available at this instant; if false, a load is required to access these properties.

model

model: IModel

name

name: string

typeName

typeName: string

unit

unit:

versionInfo

Static typeName

typeName: string

Static versionInfo

Methods

Protected _scheduleDeltaAfterCreate

  • _scheduleDeltaAfterCreate(delta: IDelta): void

Protected _sendDeleteDelta

  • _sendDeleteDelta(): void

Protected _updateWithJsonImpl

allProperties

deepCopyInto

delete

  • delete(): void
  • Deletes a model from the model. This will automatically remove the item from its model parent, and update incoming references and send server changes.

    Returns void

Protected getContainerAs

toJSON

  • toJSON(): Object

traverse

  • traverse(visit: function): void

traversePublicParts

  • traversePublicParts(visit: function): void

Static createIn

  • Creates a new Folder unit in the SDK and on the server. Expects one argument, the IFolderBase in which this unit is contained.

    Parameters

    Returns Folder

Generated using TypeDoc