ExampleGenerator.CreateExamples.PublishProfile C# (CSharp) Method

PublishProfile() static private method

Publish profile
static private PublishProfile ( ) : void
return void
        void PublishProfile() {
            Portal.Label(LabelValidate);
            // Check that Portal Account ID is available
            MeshClient.Validate (AccountID);

            Portal.Label(LabelCreatePersonal);
            // Publish to the Portal
            MeshClient.CreatePersonalProfile(NameAccount, SignedPersonalProfile);
            }