Common.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() | |
checkRestrictedDeleteActions(Boolean) |
checkRestrictedDeleteActions()
public:
bool checkRestrictedDeleteActions();
public bool checkRestrictedDeleteActions ();
member this.checkRestrictedDeleteActions : unit -> bool
Public Function checkRestrictedDeleteActions () As Boolean
Returns
Applies to
checkRestrictedDeleteActions(Boolean)
public:
bool checkRestrictedDeleteActions(bool checkRestrictedDeleteActions);
public bool checkRestrictedDeleteActions (bool checkRestrictedDeleteActions);
member this.checkRestrictedDeleteActions : bool -> bool
Public Function checkRestrictedDeleteActions (checkRestrictedDeleteActions As Boolean) As Boolean
Parameters
- checkRestrictedDeleteActions
- Boolean