Method | Description | |
---|---|---|
GetCommonRootImageFolderUrl ( ) : string |
Возвращает путь к директории, в которой хранятся изображения общие для всех тем
|
|
GetCurrentRootUrl ( ) : string |
Возвращает URL, по которому расположен бэкенд
|
|
GetThemeAjaxLoaderIconsImageFolderUrl ( string themeName ) : string |
Возвращает путь к директории, в которой хранятся индикаторы AJAX-загрузки указанной темы
|
|
GetThemeBigFileTypeIconFolderUrl ( string themeName ) : string |
Возвращает путь к директории, в которой хранятся большие пиктограммы типов файлов
|
|
GetThemeRootImageFolderUrl ( string themeName ) : string |
Возвращает путь к директории, в которой хранятся изображения указанной темы
|
|
GetThemeSmallFileTypeIconFolderUrl ( string themeName ) : string |
Возвращает путь к директории, в которой хранятся маленькие пиктограммы типов файлов
|
|
GetThemeSmallIconsImageFolderUrl ( string themeName ) : string |
Возвращает путь к директории, в которой хранятся маленькие пиктограммы указанной темы
|
public static GetCommonRootImageFolderUrl ( ) : string | ||
return | string |
public static GetThemeAjaxLoaderIconsImageFolderUrl ( string themeName ) : string | ||
themeName | string | название темы |
return | string |
public static GetThemeBigFileTypeIconFolderUrl ( string themeName ) : string | ||
themeName | string | название темы |
return | string |
public static GetThemeRootImageFolderUrl ( string themeName ) : string | ||
themeName | string | название темы |
return | string |
public static GetThemeSmallFileTypeIconFolderUrl ( string themeName ) : string | ||
themeName | string | название темы |
return | string |
public static GetThemeSmallIconsImageFolderUrl ( string themeName ) : string | ||
themeName | string | название темы |
return | string |