-1

Hello EveryOne I'm New To Umbraco I did Some Simple Umbraco Sites and Im good with so far Based on my Humble .Net background My Question is : How can i Remotely Change the Content of My umbraco form Other Pc or Something like that using Web service or APIs or what ever Im Looking foreword For a Good answer

Thanks In Advance

IbraHim M. Nada
  • 693
  • 6
  • 26

1 Answers1

0

Depending on your needs, you can create a webapi on top of your Umbraco instance. You'll have to implement the actions yourself.

See this reference on how to implement it

Another option is installing Umbraco Rest API. This will add functionality for managing content and media through a rest service. Haven't tried this plugin myself, so no clue if works in the current version. Some additional information can be found here

Mark
  • 3,231
  • 3
  • 32
  • 57
  • Hello , How can i instantiate ContentService(); Keeps give a Error i want it to be like this Var x = New ContentService(); – IbraHim M. Nada Feb 27 '17 at 09:49
  • ContentService is a singleton, you can access it through `ApplicationContext.Current.Services.ContentService` – Mark Feb 27 '17 at 10:01
  • Hello Friend How Can i publish it on the Enter net? i put my (IP Adresss) THEN //localhost:53711 keeps on giving me Runtime Error iv made THe Custom Error Mode to Off in Web config Still the Same – IbraHim M. Nada Feb 27 '17 at 12:57