SPExecutingConversionRequest.ConfigInfo Property
Gets the string that is passed to the Convert method of the SPFile class as configuration information.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ConfigInfo As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.ConfigInfo
public string ConfigInfo { get; }
Property Value
Type: System.String
A string that contains the configuration information.
See Also
Reference
SPExecutingConversionRequest Class