C# Class Composite.Core.ResourceSystem.LocalizationFiles.Composite_Plugins_WebsiteFileElementProvider

Mostrar archivo Open project: Orckestra/C1-CMS

Public Methods

Method Description
AddFolderToWhiteListTitle ( object parameter0 ) : string

"Show in "{0}""

AddFolderToWhiteListToolTip ( object parameter0 ) : string

"Control if this folder should be visible in "{0}""

RemoveFolderFromWhiteListTitle ( object parameter0 ) : string

"Show in "{0}""

RemoveFolderFromWhiteListToolTip ( object parameter0 ) : string

"Control if this folder should be visible in "{0}""

UploadAndExtractZipFile_ExistingFileReadOnly ( object parameter0 ) : string

"Existing file '{0}' is marked as read only. No files were uploaded"

UploadAndExtractZipFile_FileExistsError ( object parameter0 ) : string

"File '{0}' exists both in the zip and on the website. Choose to overwrite files to complete this action"

Private Methods

Method Description
T ( string key ) : string

Method Details

AddFolderToWhiteListTitle() public static method

"Show in "{0}""
public static AddFolderToWhiteListTitle ( object parameter0 ) : string
parameter0 object
return string

AddFolderToWhiteListToolTip() public static method

"Control if this folder should be visible in "{0}""
public static AddFolderToWhiteListToolTip ( object parameter0 ) : string
parameter0 object
return string

RemoveFolderFromWhiteListTitle() public static method

"Show in "{0}""
public static RemoveFolderFromWhiteListTitle ( object parameter0 ) : string
parameter0 object
return string

RemoveFolderFromWhiteListToolTip() public static method

"Control if this folder should be visible in "{0}""
public static RemoveFolderFromWhiteListToolTip ( object parameter0 ) : string
parameter0 object
return string

UploadAndExtractZipFile_ExistingFileReadOnly() public static method

"Existing file '{0}' is marked as read only. No files were uploaded"
public static UploadAndExtractZipFile_ExistingFileReadOnly ( object parameter0 ) : string
parameter0 object
return string

UploadAndExtractZipFile_FileExistsError() public static method

"File '{0}' exists both in the zip and on the website. Choose to overwrite files to complete this action"
public static UploadAndExtractZipFile_FileExistsError ( object parameter0 ) : string
parameter0 object
return string