SPFile.CustomFileSubmissionPostProcessing delegate
SharePoint 2013
Represents a delegate to use with the SendToOfficialFile method of the SPFile class.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- submissionResult
- Type: System.Xml.XmlDocument
An XML document that contains information about the result from submitting the file to the records repository.
You can pass this delegate as an argument to the static SPFile.SendToOfficialFile method. The target method for the delegate should accept an XMLDocument object as an argument (the object passed to the submissionResult parameter).
Show: