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.GuidA System.Guid that identifies the document converter.
name
Type: System.StringA string that specifies a name for the new document converter instance.
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectAn SPPersistedObject object that represents the parent object.