Common.skipDeleteActions Method

Definition

Overloads

skipDeleteActions()
skipDeleteActions(Boolean)

skipDeleteActions()

public:
 bool skipDeleteActions();
public bool skipDeleteActions ();
member this.skipDeleteActions : unit -> bool
Public Function skipDeleteActions () As Boolean

Returns

Applies to

skipDeleteActions(Boolean)

public:
 bool skipDeleteActions(bool newValue);
public bool skipDeleteActions (bool newValue);
member this.skipDeleteActions : bool -> bool
Public Function skipDeleteActions (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to