C# 클래스 Microsoft.Legal.MatterCenter.CreateGroups.Program

This class is the entry point for the application
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
Main ( string args ) : void

This method is the entry point for the application

비공개 메소드들

메소드 설명
AddGroups ( string>.Dictionary listval, List groupData ) : void

Function to add SharePoint groups at App Catalog

AddUsersToCurrentGroup ( ClientContext clientContext, Web site, Group currentGrp, DataStorage item ) : void

Method to add users to current group

AssignPermission ( DataStorage item, ClientContext clientContext, Web site, Group currentGrp ) : void

Method to assign permissions

CheckAndCreateGroup ( GroupCollection collGroup, DataStorage item, Web site, ClientContext clientContext ) : Group

Method to check if a group exists and create a new one

DeleteGroups ( string>.Dictionary listval, List groupData ) : void

This method is used to delete groups

ReadGroupConfig ( Collection sheetValues, string>.Dictionary listval ) : List

Method to read group config

메소드 상세

Main() 공개 정적인 메소드

This method is the entry point for the application
public static Main ( string args ) : void
args string input from console
리턴 void