SourceURL Property (IExStoreDispEventInfo)
Topic Last Modified: 2006-06-13
The original source URL during an OnSyncSave event that was caused by a move. This property is read-only.
Applies To
IExStoreDispEventInfo Interface
Type Library
EXOLEDB Type Library
DLL Implemented In
EXOLEDB.DLL
Syntax
Property SourceURL As String
HRESULT get_SourceURL(BSTR* pbstrURL);
Parameters
- pbstrURL
For an OnSyncSave Method event that fired during a move operation, this returns the original source URL of the item that caused the event. For all other events and operations this returns NULL.
Remarks
This property will contain valid data only during an OnSyncSave Method event during a move operation. When notified for other events and operations other than a move, it will return a NULL value.