Checks the specified closed document into the vault.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim filename As System.String
Dim project As System.String
Dim Number As System.String
Dim Description As System.String
Dim note As System.String
Dim i_revOption As PDMWRevisionOptionType
Dim Revision As System.String
Dim lifecycle As System.String
Dim RetainOwnership As System.Boolean
Dim References As System.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