SPDocumentParser members
Base class that supports property promotion and demotion for HTML documents.
The SPDocumentParser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDocumentParser() | Reserved for internal use. | |
SPDocumentParser(String, String) | Initializes a new instance of the SPDocumentParser class. |
Top
Properties
Name | Description | |
---|---|---|
ClassId | Gets the GUID that identifies the document parser. | |
FileExtension | Gets the file extension for files that are handled by the document parser. | |
ProgId | Gets the programmatic identifier (ProgID) of the document parser. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top