C# 클래스 SenseNet.Portal.Setup.RunOnce.ContentInfo

파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

ContentInfo() 공개 메소드

public ContentInfo ( string path ) : System
path string
리턴 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