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

Datei anzeigen Open project: keithwharrison/Oris4Sync

Public Properties

Property Type Description
children List
path string

Public Methods

Method Description
FolderTree ( IList trees, IFolder folder ) : DotCMIS

Constructor.

Method Details

FolderTree() public method

Constructor.
public FolderTree ( IList trees, IFolder folder ) : DotCMIS
trees IList
folder IFolder
return DotCMIS

Property Details

children public_oe property

Children.
public List children
return List

path public_oe property

Folder path.
public string path
return string