SPExecutingConversionRequest members

NOTE: This API is now obsolete.

Conveys the context of a document conversion.

The SPExecutingConversionRequest type exposes the following members.

Constructors

  Name Description
Public method SPExecutingConversionRequest Obsolete. Do not instantiate an SPExecutingConversionRequest object because the document conversion framework handles this.

Top

Properties

  Name Description
Public property AccountName Obsolete. Gets the name of the user who is requesting the conversion.
Public property ConfigInfo Obsolete. Gets the string that is passed to the Convert method of the SPFile class as configuration information.
Public property ConverterId Obsolete. Gets the GUID of the document converter.
Public property FileId Obsolete. Gets the GUID of the file that is being converted.
Public property HandlerAssembly Obsolete. Gets the name of the assembly that contains the class that implements the ISPConversionProcessor interface as specified by the Convert method request.
Public property HandlerClass Obsolete. Gets the name of the class that implements the ISPConversionProcessor interface as specified by the Convert method request.
Public property NewFileName Obsolete. Gets the requested name of the file to be created as a result of the conversion, as passed to the Convert method.
Public property PeopleToAlert Obsolete. Gets the e-mail addresses to which to send mail when the conversion is completed, as passed to the Convert method.
Public property SendACopy Obsolete. Gets a Boolean value that indicates whether the e-mail message to send when the conversion is completed contains a copy of the converted document, as requested by the call to the Convert method.
Public property SiteId Obsolete. Gets the GUID of the site collection object that contains the file that is being converted.
Public property SiteUrl Obsolete. Gets the URL of the Web site that contains the file that is being converted.
Public property Valid Obsolete. Gets a Boolean value that indicates whether the object is fully instantiated.
Public property WebId Obsolete. Gets the GUID of the Web site that contains the file that is being converted.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToByteArray Obsolete. Used internally to return the properties of the object as a byte array.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPExecutingConversionRequest class

Microsoft.SharePoint namespace