_Document.Route Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Routes the specified document, using the document's current routing slip.
public:
void Route();
public void Route ();
abstract member Route : unit -> unit
Public Sub Route ()
Remarks
If the document doesn't have a routing slip, an error occurs. Use the HasRoutingSlip property to determine whether there's a routing slip attached to the document. Routing a document sets the Routed property to True.