C# Класс Microsoft.Legal.MatterCenter.CreateGroups.Program

This class is the entry point for the application
Показать файл Открыть проект

Открытые методы

Метод Описание
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