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