This topic has not yet been rated - Rate this topic

SPItemEventReceiver.ItemFileConverted method

Handles the asynchronous event that occurs after a file in a document library is converted from one type to another.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Sub ItemFileConverted ( _
	properties As SPItemEventProperties _
)
'Usage
Dim instance As SPItemEventReceiver
Dim properties As SPItemEventProperties

instance.ItemFileConverted(properties)

Parameters

properties
Type: Microsoft.SharePoint.SPItemEventProperties
The properties of the event handler.
ExceptionCondition
ArgumentNullException

properties is null .

For more information about converting document types, see Document Conversion and Versioning and Converted Documents.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.