Class ecm.model.SelectedFolder


Extends ecm.model._ModelObject.
Represents a folder that is selected in the FolderSelector widget.
Defined in: <ecm\model\SelectedFolder.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructor

Field Summary

Field Attributes Field Name and Description
 
A string representing the selected folder's path which teamspace name is the displayed name, not the actual stored object name.
 
A boolean value indicating whether subfolders of the selected folder should be included.
 
item 
A ecm.model.Item object representing the selected folder.
 
path 
A string representing the selected folder's path.
 
A boolean flag indicating if a repository has been selected.
 
root 
A boolean value indicating whether the folder is a root folder.
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.SelectedFolder(properties)

Constructor
Parameters:
properties
The properties for the model object. The properties can be any of the public fields as defined below and on ecm.model._ModelObject.

Field Detail

displayedPath

A string representing the selected folder's path which teamspace name is the displayed name, not the actual stored object name.

includeSubfolders

A boolean value indicating whether subfolders of the selected folder should be included.

item

A ecm.model.Item object representing the selected folder.

path

A string representing the selected folder's path.

repositorySelected

A boolean flag indicating if a repository has been selected.

root

A boolean value indicating whether the folder is a root folder.