An NDoc Documented Class Library

WorkFlow.Move Method 

[Visual Basic]
Overridable Public Sub Move( _ 
   ByVal fromType As Type, _ 
   ByVal toType As Type _ 
)
[C#]
public virtual void Move(
   Type fromType,
   Type toType
);
[C++]
public: virtual void Move(
   Type* fromType,
   Type* toType
);
[JScript]
public virtual function Move(
   Type fromType,
   Type toType
);

See Also

WorkFlow Class | Repository.ScreenFlow Namespace