SenseNet.ContentRepository.SmartFolder.SmartFolder C# (CSharp) Méthode

SmartFolder() public méthode

public SmartFolder ( Node parent ) : System.Collections.Generic
parent Node
Résultat System.Collections.Generic
        public SmartFolder(Node parent) : this(parent, null) { }
		public SmartFolder(Node parent, string nodeTypeName) : base(parent, nodeTypeName) { }

Same methods

SmartFolder::SmartFolder ( Node parent, string nodeTypeName ) : System.Collections.Generic
SmartFolder::SmartFolder ( NodeToken nt ) : System.Collections.Generic