Goedel.Mesh.MeshClient.MakeDefault C# (CSharp) Method

MakeDefault() public method

Make the current portal and account name the default
public MakeDefault ( string UDF ) : void
UDF string Fingerprint of the profile to make default.
return void
        public void MakeDefault(string UDF) {
            //var AccountID = Account.ID(AccountName, Portal);
            //Register.Write(Constants.RegistryAccounts, AccountID, UDF);
            }