Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 Kentico CMSDesk 上传文件(文档类型 CMS.File)时,它会根据上传的文件的名称自动命名文档,无需单独的 FileName 输入。
这可以通过用户贡献 web 部件复制吗?也就是说,是否可以使用此 Web 部件中上传的文件的名称自动生成 FileName(和或 DocumentName)?
非常感谢,奥利。
对于任何文档类型,您都可以设置文档名称的源字段。如果您将在站点管理器 -> 开发 -> 文档类型中检查 CMS.File 文档类型并切换到字段选项卡,您将看到文档名称源字段设置为文件上传字段。您可以对用户贡献中使用的文档类型执行相同的操作。