Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6816215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:53:56+00:00 2026-05-26T20:53:56+00:00

The answere is here, and my original question is below….. Changing the document workspace

  • 0

The answere is here, and my original question is below…..

Changing the document workspace is this easy:

using …/web_reference/dws.asmx

            using (Dws DWS = new Dws())
            {
                DWS.Credentials = CredentialCache.DefaultCredentials;
                DWS.Url = "http://sharepointsite/" + Domain + "//_vti_bin//dws.asmx";

                DWS.RenameDws("New Title goes here");
            }

While this may be possible using the Webs.asmx, I couldn’t figure it out.

<======ORIGINAL QUESTION========>

I’ve created a new document workspace in SharePoint with the following:

           using (sp_Meetings.Meetings adm = new sp_Meetings.Meetings())
        {
            adm.Credentials = System.Net.CredentialCache.DefaultCredentials;
            adm.Url = "http://sharepoint/_vti_bin/Meetings.asmx";
            try
            {
                XmlNode CreatedSite =  adm.CreateWorkspace(Domain, "Supplier.stp", 1033, new sp_Meetings.TimeZoneInf());
            }
            catch (Exception e)
            {
                MessageBox.Show("EXCEPTION: " + e.Message);
            }
        }

The site is created properly, but the URL and the title are always the same.

 url: http://sharepointsite.com/sites/*domain*
 page title:  *domain*

Obviously this doesn’t work because I want my Title to contain spaces, and my URL to not contain spaces. Since they both pull from the “domain” variable, i need a more granular solution.Is there any way to re-title a sharepoint page made programatically?

I tried this:

              adm.SetWorkSpaceTitle("Nice Title");

but it throws SOAP errors.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:53:57+00:00Added an answer on May 26, 2026 at 8:53 pm

    You cannot do it before the site is created. Once the site is created, you need to get the SPWeb object and use the object model to update the title. it should then work without any issues…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question already has an answer here: What are Extension Methods? 5 answers Usage
This is a question that was sparked by Rob Walker 's answer here .
I was reading this html generated, (may expire , Here is the original ps
EDIT: I figured out the answer to the original YUI3 question I posted here,
Edit: Since it appears nobody is reading the original question this links to, let
Here is my current question: I'm guessing that my problem (described below) is being
This is my second question about this topic, the original question can be found
Edit: Below is my working code based on the feedback/answers I recieved. This question
I asked the original question here , and got a practical response with mixed
My original question I've managed to answer by cobbling other answers together from this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.