Folders can be used to create hierarchies of other types of objects. Each folder can contain a collection of objects of a single type.
Filter Name | Type | Description |
---|---|---|
dbid | int |
|
name | string |
|
owner_dbid | int |
owner_type filter.
|
owner_type | int |
owner_dbid filter.
|
type | int |
|
default_folder | int |
owner_type and owner_dbid filters.
Most likely will be used with type filter.
|
object_dbid | int |
object_type filter.
|
object_type | int |
object_dbid filter.
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about folders that are currently in
this state.
|
folder_class | int |
|
DBID
—
name
—
type
—
type
property. See the CfgObjectType
enumeration.
ownerID
—
parentID
, this field defines the folder's logical
affiliation rather than its hierarchical affiliation. An owner may be an object of
the following types: CfgTenant
,
CfgSwitch
,
CfgIVR
,
or CfgEnumerator
.
See CfgID
.
state
—
CfgObjectState
userProperties
—
objectIDs
—
CfgID
objects containing the type and DBID of the objects
subordinate to this folder. Only objects of the type equal to the
folder's type property
or subfolders of this type may be contained in this list.
parentID
—
CfgFolder
,
CfgTenant
,
CfgSwitch
,
CfgIVR
, or
CfgEnumerator
.
See CfgID
.
folderClass
—
CfgFolderClass
enumeration.
customType
—
resources
—
CfgObjectResource
). When used as an entry
in CfgDeltaFolder
, it is a pointer to a list of resources
added to the existing list.
Only objects of type CfgFolder
,
CfgObjectiveTable
,
CfgGVPIVRProfile
,
CfgGVPCustomer
,
CfgTimeZone
,
CfgHost
can be associated with Folder object through resources
type
property or subfolders of this
type.
CfgFolder
.
Unlike other folders, this folder can not contain ordinary objects,
but may contain folders of any type including folders of type CfgFolder
(Configuration
Units)
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgFolder> <DBID value="101" /> <name value="A Folder" /> <type value="3" /> <CfgOwnerID> <CSID value="0" /> <DBID value="1" /> <type value="7" /> </CfgOwnerID> <state value="1" /> <objectIDs> <CfgObjectID> <CSID value="0" /> <DBID value="223" /> <type value="22" /> </CfgObjectID> <CfgObjectID> <CSID value="0" /> <DBID value="99" /> <type value="20" /> </CfgObjectID> </objectIDs> <CfgParentID> <CSID value="0" /> <DBID value="1" /> <type value="7" /> </CfgParentID> <folderClass value="1" /> <customType value="0" /> </CfgFolder>