Click or drag to resize
ProjectManager Class
Manipulates otx files of a ptx. It support getting/adding/removing packages, getting/adding/removing/editting documents (otx files).
Inheritance Hierarchy
SystemObject
  Emotive.Otx.ApiProjectManager

Namespace: Emotive.Otx.Api
Assembly: Emotive.Otx.Api (in Emotive.Otx.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ProjectManager

The ProjectManager type exposes the following members.

Constructors
  NameDescription
Public methodProjectManager
Initializes a new instance of the ProjectManager class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleLoad
Loads a ptx file.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode exampleSave
Saves all changes to the current project and its references.
Public methodCode exampleSaveAs
Saves the current project and its references into other ptx file path.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleValidate
Validates the current ptx project and its references.
Top
Properties
  NameDescription
Public propertyCode exampleProject
Gets the current project.
Top
See Also