C# Class CmisSync.SelectionTreeItem

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

Méthodes publiques

Свойство Type Description
childrenLoaded bool
fullPath string
repository string

Méthodes publiques

Méthode Description
SelectionTreeItem ( string repository, string fullPath ) : CmisSync.Lib.Cmis

Constructor.

Method Details

SelectionTreeItem() public méthode

Constructor.
public SelectionTreeItem ( string repository, string fullPath ) : CmisSync.Lib.Cmis
repository string
fullPath string
Résultat CmisSync.Lib.Cmis

Property Details

childrenLoaded public_oe property

Whether this item's children have been loaded yet.
public bool childrenLoaded
Résultat bool

fullPath public_oe property

Full path to the item.
public string fullPath
Résultat string

repository public_oe property

Address of the repository. Only necessary for repository root nodes.
public string repository
Résultat string