Solid Edge Framework Type Library
CheckInDocumentsToServer Method
Specifies the number of documents to check in.
Specifies the documents to check in. This a list of URL file references on the Sharepoint server.
Determines whether the check-in fails if any of the documents in ListOfDocumentsToCheckInFromServer are open in Solid Edge. (This flag is unused. The documents will not be checked in if they are open in Solid Edge while calling this method.)
Description
This method checks the documents you specify in to the server.
Syntax
Visual Basic
Public Sub CheckInDocumentsToServer( _
   ByVal NumberOfDocumentsToCheckInToServer As Long, _
   ByVal ListOfDocumentsToCheckInFromServer As Variant, _
   Optional ByVal FailIfDocumentsOpenInSolidEdge As Variant _
) 
Parameters
NumberOfDocumentsToCheckInToServer
Specifies the number of documents to check in.
ListOfDocumentsToCheckInFromServer
Specifies the documents to check in. This a list of URL file references on the Sharepoint server.
FailIfDocumentsOpenInSolidEdge
Determines whether the check-in fails if any of the documents in ListOfDocumentsToCheckInFromServer are open in Solid Edge. (This flag is unused. The documents will not be checked in if they are open in Solid Edge while calling this method.)
See Also

Insight Object  | Insight Members

Send comments on this topic.