CmisSync.SelectionTreeItem.SelectionTreeItem C# (CSharp) Method

SelectionTreeItem() public method

Constructor.
public SelectionTreeItem ( string repository, string fullPath ) : CmisSync.Lib.Cmis
repository string
fullPath string
return CmisSync.Lib.Cmis
        public SelectionTreeItem(string repository, string fullPath)
        {
            this.repository = repository;
            this.fullPath = fullPath;
        }
    }
SelectionTreeItem