Property | Type | Description | |
---|---|---|---|
TempFolderName | int | ||
filePath | string | ||
lstContentTypeIDs | List |
||
lstCustomErs | List |
||
lstCustomFieldIDs | List |
||
outputPath | string |
Method | Description | |
---|---|---|
DeleteDownloadedListTemplates ( ) : void | ||
DeleteListTemplate ( ) : void | ||
DoWork ( ) : void | ||
DownloadListTemplate ( string filePath, string ListGalleryPath, string &ListTemplateName, string SiteCollection, string WebUrl, string TempFolderName ) : bool | ||
GetCustomizedListTemplate ( |
||
GetWebapplicationUrlFromSiteCollectionUrl ( string siteCollection ) : string | ||
ProcessListTemplateInputFile ( string ListTemplateInputFile, List |
||
ProcessSiteCollectionUrl ( string siteCollectionUrl, List |
||
ProcessSiteCollectionUrlList ( string siteCollectionUrls, List |
||
ProcessStpFile ( string filePath, string solFileName, |
||
ProcessWebApplicationUrl ( string webApplicationUrl, List |
||
ReadInputFile ( string &ListTemplateInputFile ) : bool | ||
ReadInputFiles ( ) : void | ||
ReadInputFilesPath ( ) : bool | ||
ReadInputOptions ( bool &processInputFile, bool &processFarm, bool &processSiteCollections ) : bool | ||
ReadSiteCollectionList ( string &siteCollectionUrlsList ) : bool | ||
ReadWebApplication ( string &webApplicationUrl ) : bool | ||
WriteOutputReport ( List |
Method | Description | |
---|---|---|
Delete ( |
public static DeleteDownloadedListTemplates ( ) : void | ||
return | void |
public static DownloadListTemplate ( string filePath, string ListGalleryPath, string &ListTemplateName, string SiteCollection, string WebUrl, string TempFolderName ) : bool | ||
filePath | string | |
ListGalleryPath | string | |
ListTemplateName | string | |
SiteCollection | string | |
WebUrl | string | |
TempFolderName | string | |
return | bool |
public static GetCustomizedListTemplate ( |
||
objListCustOutput | ||
ltFile | Microsoft | |
siteCollection | string | |
webAppUrl | string | |
return | bool |
public static GetWebapplicationUrlFromSiteCollectionUrl ( string siteCollection ) : string | ||
siteCollection | string | |
return | string |
public static ProcessListTemplateInputFile ( string ListTemplateInputFile, List |
||
ListTemplateInputFile | string | |
lstMissingListTempaltesInGalleryBase | List |
|
return | void |
public static ProcessSiteCollectionUrl ( string siteCollectionUrl, List |
||
siteCollectionUrl | string | |
lstMissingListTempaltesInGalleryBase | List |
|
webApplicationUrl | string | |
return | void |
public static ProcessSiteCollectionUrlList ( string siteCollectionUrls, List |
||
siteCollectionUrls | string | |
lstMissingListTempaltesInGalleryBase | List |
|
return | void |
public static ProcessStpFile ( string filePath, string solFileName, |
||
filePath | string | |
solFileName | string | |
objListCustOutput | ||
return | bool |
public static ProcessWebApplicationUrl ( string webApplicationUrl, List |
||
webApplicationUrl | string | |
lstMissingListTempaltesInGalleryBase | List |
|
return | void |
public static ReadInputFile ( string &ListTemplateInputFile ) : bool | ||
ListTemplateInputFile | string | |
return | bool |
public static ReadInputOptions ( bool &processInputFile, bool &processFarm, bool &processSiteCollections ) : bool | ||
processInputFile | bool | |
processFarm | bool | |
processSiteCollections | bool | |
return | bool |
public static ReadSiteCollectionList ( string &siteCollectionUrlsList ) : bool | ||
siteCollectionUrlsList | string | |
return | bool |
public static ReadWebApplication ( string &webApplicationUrl ) : bool | ||
webApplicationUrl | string | |
return | bool |
public static WriteOutputReport ( List |
||
ltListTemplateOutputBase | List |
|
csvFileName | string | |
headerOfCsv | bool | |
return | void |