Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > Use PowerShell to Create Sitefinity Pages

Use PowerShell to Create Sitefinity Pages

  • Tervis avatar

    Posted on Mar 5, 2010 (permalink)

    I would like to use Powershell to script the creation of Sitefinity pages so that I can source control these change scripts and use them when deploying new pages from development to staging and then to production.

    I know Powershell can instantiate .Net objects so there should be some way for me to create the Sitefinity objects I need to accomplish this.

    How can I accomplish this using the Sitefinity API and Powershell?

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 7, 2010 (permalink)

    Hello Chris,

    I suggest that you should use web services to call Sitefinity's classes and methods. You can take a look at

    Creating pages
    Implementing schedules service using web service 

    Best wishes,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > Use PowerShell to Create Sitefinity Pages