CommonImplementation.CheckRestrictedDeleteActions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CheckRestrictedDeleteActions(Boolean) | |
CheckRestrictedDeleteActions() |
CheckRestrictedDeleteActions(Boolean)
public:
abstract bool CheckRestrictedDeleteActions(bool checkRestrictedDeleteActions);
public abstract bool CheckRestrictedDeleteActions (bool checkRestrictedDeleteActions);
abstract member CheckRestrictedDeleteActions : bool -> bool
Public MustOverride Function CheckRestrictedDeleteActions (checkRestrictedDeleteActions As Boolean) As Boolean
Parameters
- checkRestrictedDeleteActions
- Boolean
Returns
Applies to
CheckRestrictedDeleteActions()
public:
abstract bool CheckRestrictedDeleteActions();
public abstract bool CheckRestrictedDeleteActions ();
abstract member CheckRestrictedDeleteActions : unit -> bool
Public MustOverride Function CheckRestrictedDeleteActions () As Boolean