_Document.Route Method

Definition

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.

Applies to