Share via


SPDocumentConverter constructor (Guid, String, SPPersistedObject)

Initializes a new instance of the SPDocumentConverter class.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    id As Guid, _
    name As String, _
    parent As SPPersistedObject _
)
'Usage
Dim id As Guid
Dim name As String
Dim parent As SPPersistedObject

Dim instance As New SPDocumentConverter(id, name, _
    parent)
public SPDocumentConverter(
    Guid id,
    string name,
    SPPersistedObject parent
)

Parameters

  • id
    Type: System.Guid

    A System.Guid that identifies the document converter.

  • name
    Type: System.String

    A string that specifies a name for the new document converter instance.

See also

Reference

SPDocumentConverter class

SPDocumentConverter members

SPDocumentConverter overload

Microsoft.SharePoint.Administration namespace