C# 클래스 SenseNet.Tools.ContentImporter.ContentInfo

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetContentTypeName string
GetParentAllowedContentTypeName string
UpdateReferences bool

공개 메소드들

메소드 설명
ContentInfo ( string path, Node parent ) : System
SetMetadata ( SenseNet.ContentRepository content, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : bool

비공개 메소드들

메소드 설명
GetContentTypeName ( string fileName ) : string
GetParentAllowedContentTypeName ( string fileName, Node parent, string defaultFileTypeName ) : string
UpdateReferences ( SenseNet.ContentRepository content, bool needToValidate ) : bool

메소드 상세

ContentInfo() 공개 메소드

public ContentInfo ( string path, Node parent ) : System
path string
parent Node
리턴 System

SetMetadata() 공개 메소드

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
리턴 bool