| Visual Basic | |
|---|---|
Sub AddFile( _ ByVal lFileID As System.Integer, _ ByVal lFolderID As System.Integer _ ) | |
Parameters
- lFileID
- ID of file whose state you want to change or whose transition you want to revoke
- lFolderID
- ID of file's folder
See the IEdmBatchChangeState4 examples.
After calling this method, call IEdmBatchChangeState::ChangeState to actually change the state of the file or revoke its transition.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009