DocConvLauncher class

NOTE: This API is now obsolete.

Launches the document converter.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        GlobalAdminPageBase
          Microsoft.Office.DocumentManagement.AdminPages.DocConvLauncher

Namespace:  Microsoft.Office.DocumentManagement.AdminPages
Assembly:  Microsoft.Office.DocumentManagement.AdminPages (in Microsoft.Office.DocumentManagement.AdminPages.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class DocConvLauncher _
    Inherits GlobalAdminPageBase
'Usage
Dim instance As DocConvLauncher
[ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions", 
    false)]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class DocConvLauncher : GlobalAdminPageBase

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DocConvLauncher members

Microsoft.Office.DocumentManagement.AdminPages namespace