mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
csharp: added templates submodule
This commit is contained in:
@ -254,7 +254,7 @@
|
||||
<div class="help-block">
|
||||
<span>Want to learn how it works?</span>
|
||||
|
||||
<% var examples = new DirectoryInfo(HttpRuntime.AppDomainAppPath + "App_Data")
|
||||
<% var examples = new DirectoryInfo(HttpRuntime.AppDomainAppPath + "assets")
|
||||
.GetFiles("*.zip", SearchOption.TopDirectoryOnly)
|
||||
.Select(fileInfo => fileInfo.Name).ToList();
|
||||
if (examples.Any())
|
||||
|
||||
Reference in New Issue
Block a user