Share via


WKContentRuleListStore.RemoveContentRuleList Method

Definition

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

Parameters

identifier
String
completionHandler
Action<NSError>
Attributes

Applies to