Expand Minimize
This topic has not yet been rated - Rate this topic

SPFile.CustomFileSubmissionPostProcessing delegate

Represents a delegate to use with the SendToOfficialFile method of the SPFile class.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public delegate void CustomFileSubmissionPostProcessing(
	XmlDocument submissionResult
)

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).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.