C# Class SenseNet.Services.ContentStore.Content

ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
EnsureData object

Public Methods

Method Description
Content ( ) : System
Content ( Node contentNode ) : System
Content ( Node contentNode, bool includeProperties, bool includeChildren, bool onlyFileChildren, bool isContentType, int start, int limit ) : System

Private Methods

Method Description
EnsureData ( object data ) : object

Method Details

Content() public method

public Content ( ) : System
return System

Content() public method

public Content ( Node contentNode ) : System
contentNode Node
return System

Content() public method

public Content ( Node contentNode, bool includeProperties, bool includeChildren, bool onlyFileChildren, bool isContentType, int start, int limit ) : System
contentNode Node
includeProperties bool
includeChildren bool
onlyFileChildren bool
isContentType bool
start int
limit int
return System