C# 클래스 CmisSync.SelectionTreeItem

Stores the metadata of an item in the folder selection dialog.
파일 보기 프로젝트 열기: aegif/CmisSync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
childrenLoaded bool
fullPath string
repository string

공개 메소드들

메소드 설명
SelectionTreeItem ( string repository, string fullPath ) : CmisSync.Lib.Cmis

Constructor.

메소드 상세

SelectionTreeItem() 공개 메소드

Constructor.
public SelectionTreeItem ( string repository, string fullPath ) : CmisSync.Lib.Cmis
repository string
fullPath string
리턴 CmisSync.Lib.Cmis

프로퍼티 상세

childrenLoaded 공개적으로 프로퍼티

Whether this item's children have been loaded yet.
public bool childrenLoaded
리턴 bool

fullPath 공개적으로 프로퍼티

Full path to the item.
public string fullPath
리턴 string

repository 공개적으로 프로퍼티

Address of the repository. Only necessary for repository root nodes.
public string repository
리턴 string