C# Class SenseNet.Services.ContentStore.Content

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
EnsureData object

Méthodes publiques

Méthode 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

Méthode Description
EnsureData ( object data ) : object

Method Details

Content() public méthode

public Content ( ) : System
Résultat System

Content() public méthode

public Content ( Node contentNode ) : System
contentNode Node
Résultat System

Content() public méthode

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
Résultat System