C# 클래스 Composite.Core.ResourceSystem.LocalizationFiles.Composite_Plugins_WebsiteFileElementProvider

파일 보기 프로젝트 열기: Orckestra/C1-CMS

공개 메소드들

메소드 설명
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"

비공개 메소드들

메소드 설명
T ( string key ) : string

메소드 상세

AddFolderToWhiteListTitle() 공개 정적인 메소드

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

AddFolderToWhiteListToolTip() 공개 정적인 메소드

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

RemoveFolderFromWhiteListTitle() 공개 정적인 메소드

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

RemoveFolderFromWhiteListToolTip() 공개 정적인 메소드

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

UploadAndExtractZipFile_ExistingFileReadOnly() 공개 정적인 메소드

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

UploadAndExtractZipFile_FileExistsError() 공개 정적인 메소드

"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
리턴 string