C# Class Microsoft.Legal.MatterCenter.UpdateView.UpdateView

Update the list of the client with the title field
Mostrar archivo Open project: Microsoft/mattercenter

Public Methods

Method Description
Main ( string args ) : void

Main method - Start of the program

Private Methods

Method Description
UpdateFields ( string selectedField, Client client, ClientContext clientContext, List list, View targetView ) : string

String method to updating the view for site collection

Method Details

Main() public static method

Main method - Start of the program
public static Main ( string args ) : void
args string argument as parameter
return void