C# Class Microsoft.Legal.MatterCenter.CreateGroups.Program

This class is the entry point for the application
Datei anzeigen Open project: Microsoft/mattercenter

Public Methods

Method Description
Main ( string args ) : void

This method is the entry point for the application

Private Methods

Method Description
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

Method Details

Main() public static method

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