Edit

Share via


WKContentRuleListStore.RemoveContentRuleListAsync(String) Method

Definition

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

public virtual System.Threading.Tasks.Task RemoveContentRuleListAsync (string identifier);
abstract member RemoveContentRuleListAsync : string -> System.Threading.Tasks.Task
override this.RemoveContentRuleListAsync : string -> System.Threading.Tasks.Task

Parameters

identifier
String

The identifier for the list to remove.

Returns

A task that represents the asynchronous RemoveContentRuleList operation

Applies to