CmisSync.Lib.Database.Database.SetRemotePathPrefix C# (CSharp) 메소드

SetRemotePathPrefix() 개인적인 메소드

Sets the reomte path prefix.
private SetRemotePathPrefix ( string pathprefix ) : void
pathprefix string /// Pathprefix. ///
리턴 void
        private void SetRemotePathPrefix(string pathprefix)
        {
            SetGeneralTableValue(RemotePathPrefixKey, pathprefix);
            this.remotePathPrefix = pathprefix;
            this.remotePathPrefixSize = pathprefix.Length + 1;
        }