Click or drag to resize
Sandcastle Help File BuilderContentFileEditor Class
This class represents an external application that is used to edit an additional content file.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.DesignContentFileEditor

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public class ContentFileEditor : ICloneable

The ContentFileEditor type exposes the following members.

Constructors
  NameDescription
Public methodContentFileEditor
Constructor
Top
Methods
  NameDescription
Public methodActualArguments
Substitute actual values for the macro place holders
Public methodClone
Clone this object
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 methodIsEditorFor
See if the given extension is a match for this file editor.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyApplicationPath
This is used to get or set the source path to the editor application.
Public propertyApplicationPathSerializable
This property is used to serialize the application path
Public propertyArguments
This is used to get or set the parameters to pass to the application.
Public propertyDescription
This is used to get or set a description of the editor application
Public propertyEditorDescription
This returns a description of the entry suitable for display in a bound list control.
Public propertyExtensions
This is used to get or set the filename extensions for which this content file editor will be used.
Public propertyStartupFolder
This is used to set or get the startup folder used when launching the content file editor.
Public propertyStartupFolderSerializable
This property is used to serialize the startup folder
Top
See Also