Method | Description | |
---|---|---|
GetConfigDataFromResource ( string fileName, string keyName ) : string |
Method to get data from Resource file
|
|
Main ( string args ) : void |
Main method
|
Method | Description | |
---|---|---|
AddColumnsToContentType ( Web web, List |
Method to add columns to Content Type
|
|
AddSiteColumns ( bool revert, string login, string password ) : void |
Function to create Site columns in content type hub
|
|
CreateContentType ( ClientContext clientContext, List |
Method to create Content Types
|
|
CreateSiteColumn ( ClientContext clientContext, List |
Method to create site column
|
|
MapMetadataColumns ( ClientContext clientContext, FieldCollection fieldCol ) : void |
Function to map metadata columns with specific term set
|
|
RevertSiteColumns ( ClientContext clientContext, List |
Method to revert creation of site column and Content Type
|
public static GetConfigDataFromResource ( string fileName, string keyName ) : string | ||
fileName | string | Name of resource file |
keyName | string | Key whose value is to be retrieved |
return | string |
public static Main ( string args ) : void | ||
args | string | Command line arguments |
return | void |