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

Update the list of the client with the title field
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode Description
Main ( string args ) : void

Main method - Start of the program

Private Methods

Méthode 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 méthode

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