CmisProvider.CmisProvider.CopyItem C# (CSharp) Method

CopyItem() protected method

protected CopyItem ( string path, string copyPath, bool recurse ) : void
path string
copyPath string
recurse bool
return void
        protected override void CopyItem(string path, string copyPath, bool recurse)
        {
            base.CopyItem(path, copyPath, recurse);
        }