cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create Code stage for Sharepoint operation

shigetoshi
Level 2

Hi Everyone 

Many Thanks for your support 

I want to a Code Stage For Sharepoint operation, but i'm am biginner, so I'm struggling.
I want to use "Microsoft.Sharepoint.Dll/Microsoft.Sharepoint.Client.But I don't know how to set these inf into Code Stage.
Please show me hot to set these 

I'm waiting for your help

THanks

Shigetoshi

 

1 REPLY 1

simone.tomaCNH
Level 4

Hi,

 

You can set the specific dlls and namespaces in the object page called Initialise (I recently addressed this topic with Sharepoint).
If you click on the box with the name of your object you will find the Global Code and Code Option TABs. In the Code Option TAB you can choose the programming language to use, the dlls and namespaces to import.
 
Below you can find my specific case for Sharepoint. The only thing missing is the import of the System.Core.dll dll that is not visible in the screenshot.
 
simonetomaCNH_0-1748892256081.png

In the Global Code tab you can create your own methods and classes that can be called from the individual code stages of the other pages of the object.

Simone