MultiLangEventReceiver.ItemFileMoved Method
Occurs after a file is moved.
Namespace: Microsoft.Office.DocumentManagement.Server
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Overrides Sub ItemFileMoved ( _
properties As SPItemEventProperties _
)
'Usage
Dim instance As MultiLangEventReceiver
Dim properties As SPItemEventProperties
instance.ItemFileMoved(properties)
public override void ItemFileMoved(
SPItemEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPItemEventPropertiesAn Microsoft.SharePoint.SPItemEventProperties object that represents properties of the event handler.
Remarks
This class ensures that the moved files have valid base document and translation settings.