Version: 2021.1
언어: 한국어
public void CreateProfile (string profileId);

파라미터

profileId ID of created profile.

설명

Creates a new profile with the given profile ID.

Throws ArgumentNullException if profileId is null. Throws ArgumentException if profileId is invalid. Throws ArgumentException if profileId is not unique, i.e. when GetAvailableProfileIds contains profileId.