CNSaveRequest.AddGroup(CNMutableGroup, String) Method

Definition

Adds the specified group to the CNContactStore.

[Foundation.Export("addGroup:toContainerWithIdentifier:")]
public virtual void AddGroup (Contacts.CNMutableGroup group, string identifier);
abstract member AddGroup : Contacts.CNMutableGroup * string -> unit
override this.AddGroup : Contacts.CNMutableGroup * string -> unit

Parameters

identifier
String

To be added.

This parameter can be null.

Attributes

Applies to