Solid Edge Framework Type Library
MoveDocumentsThroughWorkFlow Method
Specifies the URL path of the file to be assigned a new status.
Member of the DocumentStatus constant set that specifies the new status of the file.
Specifies the number of associated draft files.
Specifies the associated draft files.
Specifies the new status list for the draft files.
Specifies the number of associated revision files.
Specifies the associated revision files.
Specifies the new status list for the revision files.
Description
This method moves the specified file (and optionally its drafts and revisions) to the specified status.
Syntax
Visual Basic
Public Sub MoveDocumentsThroughWorkFlow( _
   ByVal Filename As String, _
   ByVal newstatus As DocumentStatus, _
   Optional ByVal NumberOfDraftFiles As Variant, _
   Optional ByVal draftFileList As Variant, _
   Optional ByVal draftFileStatusList As Variant, _
   Optional ByVal NumberOfRevisionFiles As Variant, _
   Optional ByVal revisionFileList As Variant, _
   Optional ByVal RevisionFileStatusList As Variant _
) 
Parameters
Filename
Specifies the URL path of the file to be assigned a new status.
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.
NumberOfDraftFiles
Specifies the number of associated draft files.
draftFileList
Specifies the associated draft files.
draftFileStatusList
Specifies the new status list for the draft files.
NumberOfRevisionFiles
Specifies the number of associated revision files.
revisionFileList
Specifies the associated revision files.
RevisionFileStatusList
Specifies the new status list for the revision files.
See Also

Insight Object  | Insight Members

Send comments on this topic.