IOrganizationComponent 

Declaration

IOrganizationComponent: IDispatch
Overview

This interface is meant to create, access, delete, or move
features and components.
Properties

Array<IFeature>Features - Gets the collection of features.
Methods

NewFeature(String aName;)
Creates a new
feature.
DeleteFeature(IFeature aFeature);
Deletes a
feature.
MoveComponentToFeature(IComponent aComponent, IFeature
aFeature);
Moves a component to a specified feature.
ShareComponentWithFeature(IComponent aComponent, IFeature
aFeature);
Share a component with a specified feature.
Topics
- IComponent
Interface for editing a component. - IFeature
Interface for editing a feature.