This document is archived and information here might be outdated. Recommended version. |
Transfers Data from one Workspace to another.
[Visual Basic .NET] Public Sub Transfer ( _ ByVal from As IEnumNameMapping, _ ByVal toName As IName _ )
[C#] public void Transfer ( IEnumNameMapping from, IName toName );
[C++]
HRESULT Transfer(
IEnumNameMapping* from,
IName* toName
);
[C++] Parameters from [in]
from is a parameter of type IEnumNameMapping* toName [in]
toName is a parameter of type IName*