User Tools

Site Tools


DzFolderAssetContainer

A container type that presents assets as content files reside on disk.

More...

Inherits :

Properties

Methods

Detailed Description

The “Folder” container type serves to present assets as the files they represent exist in the folder structure on disk.

See Also:

Properties


Array : excludeFolders

Holds the list of folder names to exclude as children of this container.


Array : fileFilters

Holds the list of file filters for this container.


Boolean : isImport

Holds whether or not this container represents an Import folder. (Read Only)

Since:

  • 4.11.0.193

Boolean : isImportTopLevel

Holds whether or not this container is at the top level of the Import folder hierarchy. (Read Only)

Since:

  • 4.11.0.193

Boolean : isNative

Holds whether or not this container represents a native folder. (Read Only)

Since:

  • 4.11.0.193

Boolean : isNativeTopLevel

Holds whether or not this container is at the top level of the native folder hierarchy. (Read Only)

Since:

  • 4.11.0.193

Boolean : isPoser

Holds whether or not this container represents a Poser folder. (Read Only)

Since:

  • 4.11.0.193

Boolean : isPoserIntermediate

Holds whether or not this container is an immediate child of the top level folder in a Poser folder hierarchy. (Read Only)

Since:

  • 4.11.0.214

Boolean : isPoserTopLevel

Holds whether or not this container is at the top level of the Poser folder hierarchy. (Read Only)

Since:

  • 4.11.0.193

Array : onlyIncludeFolders

Holds the list of folder names to allow as children of this container.

Methods


Boolean : fileMatchesFilter( String shortFileName )

Return Value:

  • true if shortFileName matches the filter for this container, otherwise false.

String : getFullPath()

Return Value:

  • The full path of the folder that this container represents.

Boolean : hasDirectoryChildren()

Return Value:

  • true if this container has child containers that are directories, otherwise false.

Boolean : insertsAsLink( DzAsset asset )

Return Value:

  • true if asset conflicts will create a link when called, otherwise false.

Since:

  • 4.9.0.47

Boolean : updateChildren()

Attempts to update the child containers of this container.

Return Value:

  • true if the update was successful, otherwise false.