CheckIn method
- Last UpdatedJul 23, 2024
- 1 minute read
Checks in an object. Invoked for a checked-out object after it is configured and saved.
Class
IgObject
Syntax
[C#]
void CheckIn(
string CheckInComment
);
[Visual C++]
HRESULT CheckIn(
// Check in an object.
[in, optional] BSTR CheckInComment
);
Parameters
CheckInComment
Check in an object.