Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
QVSSettings qvsSettings = apiClient.GetQVSSettings(qvsServices[0].ID, QVSSettingsScope.Folder); qvsSettings.Folders.UserDocumentMounts.Add(new QVSMount() { Browsable = false, Path = @"c:\cv", Name = "MyMount" });
this is for adding a mounted folder ..
anyone got an example for me of the Server/Publisher Management API that adds a Named cal?