C# Class CmisSync.SelectionTreeItem

Stores the metadata of an item in the folder selection dialog.
Datei anzeigen Open project: aegif/CmisSync Class Usage Examples

Public Properties

Property Type Description
childrenLoaded bool
fullPath string
repository string

Public Methods

Method Description
SelectionTreeItem ( string repository, string fullPath ) : CmisSync.Lib.Cmis

Constructor.

Method Details

SelectionTreeItem() public method

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

Property Details

childrenLoaded public_oe property

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

fullPath public_oe property

Full path to the item.
public string fullPath
return string

repository public_oe property

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