Checks the specified closed document into the vault.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim filename As String
Dim project As String
Dim Number As String
Dim Description As String
Dim note As String
Dim i_revOption As PDMWRevisionOptionType
Dim Revision As String
Dim lifecycle As String
Dim RetainOwnership As Boolean
Dim References As Object
Dim value As PDMWDocument
value = instance.CheckIn(filename, project, Number, Description, note, i_revOption, Revision, lifecycle, RetainOwnership, References)
|
Parameters
- filename
- Name of the closed document to check in
- project
Name of the project to which the document belongs
- Number
- Document number
- Description
- Document description
- note
Document notes
- i_revOption
Revision option as defined in PDMWRevisionOptionType (see Remarks)
- Revision
- Document revision
- lifecycle
- Document lifecycle status
- RetainOwnership
- True to retain ownership of the document in the vault, false to not
- References
- Array of the full paths and filenames of any referenced documents to check in (see Remarks)
Return Value
IPDMWDocument object
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2005 FCS