Свойство | Type | Description | |
---|---|---|---|
GetContentTypeName | string | ||
GetParentAllowedContentTypeName | string | ||
UpdateReferences | bool |
Méthode | Description | |
---|---|---|
ContentInfo ( string path, Node parent ) : System | ||
SetMetadata ( SenseNet.ContentRepository content, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : bool |
Méthode | Description | |
---|---|---|
GetContentTypeName ( string fileName ) : string | ||
GetParentAllowedContentTypeName ( string fileName, Node parent, string defaultFileTypeName ) : string | ||
UpdateReferences ( SenseNet.ContentRepository content, bool needToValidate ) : bool |
public ContentInfo ( string path, Node parent ) : System | ||
path | string | |
parent | Node | |
Résultat | System |
public SetMetadata ( SenseNet.ContentRepository content, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : bool | ||
content | SenseNet.ContentRepository | |
currentDirectory | string | |
isNewContent | bool | |
needToValidate | bool | |
updateReferences | bool | |
Résultat | bool |