ConversionJob.UserToken Property
Gets or sets the credentials under which this conversion job is executed.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property UserToken As SPUserToken
Get
Set
'Usage
Dim instance As ConversionJob
Dim value As SPUserToken
value = instance.UserToken
instance.UserToken = value
public SPUserToken UserToken { get; set; }
Property Value
Type: Microsoft.SharePoint.SPUserToken
An SPUserToken object. The default is a null reference (Nothing in Visual Basic).
Remarks
All attempts to read and write files in the SharePoint content database are made in the context of these credentials. The default value for this property is a null reference (Nothing in Visual Basic), which is anonymous.