C# 클래스 com.microsoft.dx.officewopi.Utils.WopiUrlPlaceholders

Contains all valid URL placeholders for different WOPI actions
파일 보기 프로젝트 열기: OfficeDev/PnP-WOPI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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