CmisSync.SelectionTreeItem.SelectionTreeItem C# (CSharp) Метод

SelectionTreeItem() публичный Метод

Constructor.
public SelectionTreeItem ( string repository, string fullPath ) : CmisSync.Lib.Cmis
repository string
fullPath string
Результат CmisSync.Lib.Cmis
        public SelectionTreeItem(string repository, string fullPath)
        {
            this.repository = repository;
            this.fullPath = fullPath;
        }
    }
SelectionTreeItem