Method | Description | |
---|---|---|
CreateRenderedViewerMarkup ( |
||
GetMediaType ( ICentralizedFile file, IFileViewerOptions options ) : FileViewerMediaType | ||
GetMediaType ( |
||
GetPreviewImageUrl ( ) : string | ||
GetPreviewImageUrl ( |
||
Initialize ( ) : void | ||
Render ( ICentralizedFile file, IFileViewerOptions options ) : string | ||
Render ( |
||
Update ( IPluginConfiguration configuration ) : void |
public abstract CreateRenderedViewerMarkup ( |
||
url | ||
width | int | |
height | int | |
return | string |
public GetMediaType ( ICentralizedFile file, IFileViewerOptions options ) : FileViewerMediaType | ||
file | ICentralizedFile | |
options | IFileViewerOptions | |
return | FileViewerMediaType |
public GetMediaType ( |
||
url | ||
options | IFileViewerOptions | |
return | FileViewerMediaType |
public GetPreviewImageUrl ( |
||
url | ||
return | string |
public Render ( ICentralizedFile file, IFileViewerOptions options ) : string | ||
file | ICentralizedFile | |
options | IFileViewerOptions | |
return | string |
public Render ( |
||
url | ||
options | IFileViewerOptions | |
return | string |
public Update ( IPluginConfiguration configuration ) : void | ||
configuration | IPluginConfiguration | |
return | void |