Edit

Share via


CFPreferences.RemoveSuitePreferencesFromApp Method

Definition

Overloads

RemoveSuitePreferencesFromApp(String)

Removes the specified suite preferences from the searchable list of suite preferences for the current application.

RemoveSuitePreferencesFromApp(NSString, String)

Removes the specified suite preferences from the searchable list of suite preferences for the specified applicationId.

RemoveSuitePreferencesFromApp(String, String)

Removes the specified suite preferences from the searchable list of suite preferences for the specified applicationId.

RemoveSuitePreferencesFromApp(String)

Removes the specified suite preferences from the searchable list of suite preferences for the current application.

public static void RemoveSuitePreferencesFromApp (string suiteId);
static member RemoveSuitePreferencesFromApp : string -> unit

Parameters

suiteId
String

Applies to

RemoveSuitePreferencesFromApp(NSString, String)

Removes the specified suite preferences from the searchable list of suite preferences for the specified applicationId.

public static void RemoveSuitePreferencesFromApp (Foundation.NSString applicationId, string suiteId);
static member RemoveSuitePreferencesFromApp : Foundation.NSString * string -> unit

Parameters

applicationId
NSString
suiteId
String

Applies to

RemoveSuitePreferencesFromApp(String, String)

Removes the specified suite preferences from the searchable list of suite preferences for the specified applicationId.

public static void RemoveSuitePreferencesFromApp (string applicationId, string suiteId);
static member RemoveSuitePreferencesFromApp : string * string -> unit

Parameters

applicationId
String
suiteId
String

Applies to