SenseNet.ContentRepository.UserProfile.UserProfile C# (CSharp) Method

UserProfile() public method

public UserProfile ( Node parent ) : SenseNet.ContentRepository.Schema
parent Node
return SenseNet.ContentRepository.Schema
        public UserProfile(Node parent) : this(parent, null) { }
		public UserProfile(Node parent, string nodeTypeName) : base(parent, nodeTypeName) { }

Same methods

UserProfile::UserProfile ( Node parent, string nodeTypeName ) : SenseNet.ContentRepository.Schema
UserProfile::UserProfile ( NodeToken nt ) : SenseNet.ContentRepository.Schema