Property | Type | Description | |
---|---|---|---|
filePath | string | ||
outputPath | string |
Method | Description | |
---|---|---|
DeleteWebPart ( string webUrl, string pageUrl, string _storageKey ) : bool | ||
DeleteWebPart_UsingCSV ( string webPartType, string webPartsInputFile, string csvFile ) : void | ||
DoWork ( ) : void |
Method | Description | |
---|---|---|
DeleteWebPart ( Web web, string serverRelativePageUrl, System.Guid storageKey ) : bool | ||
GetPageList ( ClientContext clientContext ) : List | ||
GetPageRelativeURL ( string WebUrl, string PageUrl, string UserName = "N/A", string Password = "N/A", string Domain = "N/A" ) : string | ||
GetWebPartID ( string webPartID ) : string | ||
IsPublishingWeb ( ClientContext clientContext, Web web ) : bool | ||
ReadInputFile ( string &webPartsInputFile ) : bool | ||
ReadWebPartUsageCSV ( string sourceWebPartType, string usageFilePath, IEnumerable |
public static DeleteWebPart ( string webUrl, string pageUrl, string _storageKey ) : bool | ||
webUrl | string | |
pageUrl | string | |
_storageKey | string | |
return | bool |
public static DeleteWebPart_UsingCSV ( string webPartType, string webPartsInputFile, string csvFile ) : void | ||
webPartType | string | |
webPartsInputFile | string | |
csvFile | string | |
return | void |