This enumeration is used to identify the type of a module.

Namespace:  Phoenix.Modules
Assembly:  Phoenix.Utilities (in Phoenix.Utilities.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
private enum PhoenixModuleGroup

Members

Member nameDescription
Unknown
The group is not known.
LibraryObject
A library object.
CollaborationObject
A collaboration object.
Collection
A folder-type object.
Workspace
A workspace object.

See Also