CmisProvider.CmisProvider.CopyItem C# (CSharp) 메소드

CopyItem() 보호된 메소드

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