SPFile::SendToOfficialFile method (String, SPOfficialFileHost, String, SPOfficialFileSubmissionMode, String)
Sends file to a specific URL.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- recordSeries
- Type: System.String
Content type of the file.
- targetHost
- Type: Microsoft.SharePoint.SPOfficialFileHost
The host object that contains destination URL and whether this is a move, copy, or move and link operation.
- submitterEmail
- Type: System.String
Email address of the submitter when the submission is automated via policy or workflow.
- submissionMode
- Type: Microsoft.SharePoint.SPOfficialFileSubmissionMode
Specifies how the file was submitted. Possible values are Manual, Policy, Workflow, and other.
- additionalInformation
- Type: System.String
When this method returns, contains a System.String that provides extra information from the operation. This parameter is passed uninitialized.
If submission was successful, this string is an XML string of the form <info><url>{URL of the final location of the file}</url></info>.
If submission was successful but there was an error post submission, this string is an XMLstring of the form <info><error>{error message}</error><url>{URL of the final location of the file}</url></info></param>.
If the submission requires more information, the string contains the URL where more information can be given to route the file at destination.
If the submission was rejected, the string contains information about why it was rejected.