Solid Edge Framework Type Library
MoveAllDocumentsThroughWorkFlow Method
Specifies the URL path of the file to move.
Member of the DocumentStatus constant set that specifies the new status of the file set.
Description
This method moves the specified file and all of its associated drafts and revisions to the specified status.
Syntax
Visual Basic
Public Sub MoveAllDocumentsThroughWorkFlow( _
   ByVal Filename As String, _
   ByVal newstatus As DocumentStatus _
) 
Parameters
Filename
Specifies the URL path of the file to move.
newstatus
ValueDescription
igStatusAvailableDocument is available
igStatusBaselinedDocument is baselined
igStatusInReviewDocument is in review
igStatusInWorkDocument is in work
igStatusObsoleteDocument is obsolete
igStatusReleasedDocument is released
igStatusUnknownDocument status is unknown
Member of the DocumentStatus constant set that specifies the new status of the file set.
See Also

Insight Object  | Insight Members

Send comments on this topic.