C# Class CmisSync.Lib.Cmis.CmisUtils.FolderTree

Afficher le fichier Open project: keithwharrison/Oris4Sync

Méthodes publiques

Свойство Type Description
children List
path string

Méthodes publiques

Méthode Description
FolderTree ( IList trees, IFolder folder ) : DotCMIS

Constructor.

Method Details

FolderTree() public méthode

Constructor.
public FolderTree ( IList trees, IFolder folder ) : DotCMIS
trees IList
folder IFolder
Résultat DotCMIS

Property Details

children public_oe property

Children.
public List children
Résultat List

path public_oe property

Folder path.
public string path
Résultat string