WKContentRuleListStore.RemoveContentRuleList Method

Definition

Removes the content rule list that is specified by the provided identifier and passes it to the specified completionHandler.

[Foundation.Export("removeContentRuleListForIdentifier:completionHandler:")]
public virtual void RemoveContentRuleList (string identifier, Action<Foundation.NSError> completionHandler);
abstract member RemoveContentRuleList : string * Action<Foundation.NSError> -> unit
override this.RemoveContentRuleList : string * Action<Foundation.NSError> -> unit

Parameters

identifier
String

The identifier for the list to remove.

completionHandler
Action<NSError>

An error handler to run after the operation completes.

Attributes

Applies to