|  | ContentFileEditor Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SandcastleBuilder.Utils.Design
 Syntax
SyntaxThe ContentFileEditor type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ContentFileEditor | 
            Constructor
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ActualArguments | 
            Substitute actual values for the macro place holders
             | 
|  | Clone | 
            Clone this object
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsEditorFor | 
            See if the given extension is a match for this file editor.
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ApplicationPath | 
            This is used to get or set the source path to the editor
            application.
             | 
|  | ApplicationPathSerializable | 
            This property is used to serialize the application path
             | 
|  | Arguments | 
            This is used to get or set the parameters to pass to the
            application.
             | 
|  | Description | 
            This is used to get or set a description of the editor application
             | 
|  | EditorDescription | 
            This returns a description of the entry suitable for display in a
            bound list control.
             | 
|  | Extensions | 
            This is used to get or set the filename extensions for which this
            content file editor will be used.
             | 
|  | StartupFolder | 
            This is used to set or get the startup folder used when launching
            the content file editor.
             | 
|  | StartupFolderSerializable | 
            This property is used to serialize the startup folder
             | 
 See Also
See Also