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

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode 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

Méthode Description
T ( string key ) : string

Method Details

AddFolderToWhiteListTitle() public static méthode

"Show in "{0}""
public static AddFolderToWhiteListTitle ( object parameter0 ) : string
parameter0 object
Résultat string

AddFolderToWhiteListToolTip() public static méthode

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

RemoveFolderFromWhiteListTitle() public static méthode

"Show in "{0}""
public static RemoveFolderFromWhiteListTitle ( object parameter0 ) : string
parameter0 object
Résultat string

RemoveFolderFromWhiteListToolTip() public static méthode

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

UploadAndExtractZipFile_ExistingFileReadOnly() public static méthode

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

UploadAndExtractZipFile_FileExistsError() public static méthode

"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
Résultat string