online source control
back to content
sign up free version control plan

ISAWHAppObject::SetPromptCheckinOrUndoUnchangedFile

Description

Sets the handling option when you attempt to check in an unchanged file.

Syntax

long SetPromptCheckinOrUndoUnchangedFile(
       Enum_CheckinUnchangedFileHandling CheckinUnchangedFileHandling,
       VARIANT_BOOL IsApplyToAllItems
);

Parameters

CheckinUnchangedFileHandling
[in] Specifies how to handle the file, checking in or undoing checkout.

IsApplyToAllItems
[in] Specifies whether to apply the handling option to all items.

Return Value

If the method succeeds, returns 0. If the method fails, returns other error codes.

See Also