Class ecm.model.TeamspaceFolder


Extends ecm.model._ModelObject.
Represents a collection of teamspaces.
Defined in: <ecm\model\TeamspaceFolder.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructor

Field Summary

Field Attributes Field Name and Description
 
The description of the teamspace folder collection.
 
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId

Method Summary

Method Attributes Method Name and Description
 
Retrieves the teamspaces in this collection.
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.TeamspaceFolder(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

description

The description of the teamspace folder collection.

repository

A ecm.model.Repository object

Method Detail

retrieveTeamspaces(callback)

Retrieves the teamspaces in this collection.
Parameters:
callback
A function invoked after the teamspaces are retrieved. An array of ecm.model.Teamspace objects is provided as the only argument.