C# Class com.microsoft.dx.officewopi.Utils.WopiUrlPlaceholders

Contains all valid URL placeholders for different WOPI actions
Exibir arquivo Open project: OfficeDev/PnP-WOPI Class Usage Examples

Public Properties

Property Type Description
Placeholders List

Public Methods

Method Description
GetPlaceholderValue ( string placeholder ) : string

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

Method Details

GetPlaceholderValue() public static method

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
return string

Property Details

Placeholders public_oe static_oe property

public static List Placeholders
return List