WKContentRuleListStore.GetAvailableContentRuleListIdentifiers 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.
Retrieves the list of identifiers for available content rule lists and passes them to the provided callback
.
[Foundation.Export("getAvailableContentRuleListIdentifiers:")]
public virtual void GetAvailableContentRuleListIdentifiers (Action<string[]> callback);
abstract member GetAvailableContentRuleListIdentifiers : Action<string[]> -> unit
override this.GetAvailableContentRuleListIdentifiers : Action<string[]> -> unit
Parameters
- Attributes