Carrotware.CMS.Core.ProfileManager.Load C# (CSharp) Метод

Load() публичный Метод

public Load ( string username ) : void
username string
Результат void
        public void Load(string username)
        {
            _profile = ProfileBase.Create(username);
        }

Same methods

ProfileManager::Load ( string username, bool anon ) : void