UnlockResult Enum

Definition

Specifies the results of the unlock operation.

public enum class UnlockResult
public enum class UnlockResult
enum UnlockResult
public enum UnlockResult
type UnlockResult = 
Public Enum UnlockResult
Inheritance
UnlockResult

Fields

SaveCancelled 1

The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained unlocked.

Unlocked 0

The unlock operation completed successfully.

Applies to