C# Class SenseNet.ContentRepository.SmartFolder

Inheritance: Folder
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetChildren ( string text, QuerySettings settings, bool getAllChildren ) : QueryResult
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void
SmartFolder ( Node parent ) : System.Collections.Generic
SmartFolder ( Node parent, string nodeTypeName ) : System.Collections.Generic

Protected Methods

Method Description
GetChildren ( ) : IEnumerable
SmartFolder ( NodeToken nt ) : System.Collections.Generic

Method Details

GetChildren() protected method

protected GetChildren ( ) : IEnumerable
return IEnumerable

GetChildren() public method

public GetChildren ( string text, QuerySettings settings, bool getAllChildren ) : QueryResult
text string
settings SenseNet.Search.QuerySettings
getAllChildren bool
return QueryResult

GetProperty() public method

public GetProperty ( string name ) : object
name string
return object

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void

SmartFolder() public method

public SmartFolder ( Node parent ) : System.Collections.Generic
parent Node
return System.Collections.Generic

SmartFolder() public method

public SmartFolder ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
return System.Collections.Generic

SmartFolder() protected method

protected SmartFolder ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
return System.Collections.Generic