C# Класс com.microsoft.dx.officewopi.Utils.WopiUrlPlaceholders

Contains all valid URL placeholders for different WOPI actions
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Placeholders List

Открытые методы

Метод Описание
GetPlaceholderValue ( string placeholder ) : string

Sets a specific WOPI URL placeholder with the correct value Most of these are hard-coded in this WOPI implementation

Описание методов

GetPlaceholderValue() публичный статический Метод

Sets a specific WOPI URL placeholder with the correct value Most of these are hard-coded in this WOPI implementation
public static GetPlaceholderValue ( string placeholder ) : string
placeholder string
Результат string

Описание свойств

Placeholders публичное статическое свойство

public static List Placeholders
Результат List