Method | Description | |
---|---|---|
Main ( string args ) : void |
Program Entry Point
|
Method | Description | |
---|---|---|
CheckFolderExists ( string matterCenterAssetsFolder, ClientContext clientContext, List &siteAssets, ListItemCollection &matterLandingFolder, FolderCollection &listFolders ) : ListItemCollection |
Function to verify if Folder already exists in Site Assets
|
|
UploadAssets ( string directory, string searchPattern, string matterCenterAssetsUrl, ClientContext clientContext, string>.Dictionary |
Reads the files from directory based on search pattern and upload files to respective SharePoint folder
|
|
UploadFilesToFolder ( string matterCenterAssetsFolder, ClientContext clientContext, List siteAssets, FolderCollection listFolders, string>.Dictionary |
Upload files to SharePoint assets library
|
public static Main ( string args ) : void | ||
args | string | Command line arguments |
return | void |