WKContentRuleListStore.RemoveContentRuleList 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.
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.
- Attributes