-1
나는 어떤 사용자가 Usergroup에 자동으로 추가되는 것보다 사용자의 ID를 입력하는 창 응용 프로그램을 만들고 있습니다. 다음과 같이 창 응용 프로그램 코드를 만듭니다. :프로그램을 통해 sharepoint 2013의 그룹에 사용자를 추가하는 방법
Imports Microsoft.SharePoint.Client
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports System.Threading.Tasks
Imports System.IO
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
ClientContext ClientContext = New ClientContext("http://ServerName/Pages/Default.aspx")
End Sub
End Class
지금은 클라이언트 컨텍스트를 말하는 오류가 유형이고 expression.How 내가 클라이언트 컨텍스트를 사용하여 URL을 추가처럼/내가 VS2015에서 Vb.net을 사용하고 사용 할 수 없습니다 얻고있다.
http://www.c-sharpcorner.com/code/2629/add-users-to-group-in-를 셰어 포인트 사이트가 아닙니다 페이지 URL을 전달합니다 sharepoint-2013-using-csom.aspx –