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;
        }