Edit

Share via


ACAccountStore.FindAccount(String) Method

Definition

Retrieves the ACAccount whose Identifier is equal to identifer parameter.

[Foundation.Export("accountWithIdentifier:")]
public virtual Accounts.ACAccount FindAccount (string identifier);
abstract member FindAccount : string -> Accounts.ACAccount
override this.FindAccount : string -> Accounts.ACAccount

Parameters

identifier
String

A GUID associated with the account.

Returns

An ACAccount or null if the identifier is invalid.

Attributes

Applies to