Click or drag to resize

WindowTemplateManager Class

Service for handling FastFind templates.
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class WindowTemplateManager : WebService

The WindowTemplateManager type exposes the following members.

Constructors
  NameDescription
Public methodWindowTemplateManager
Initializes a new instance of the WindowTemplateManager class
Top
Methods
  NameDescription
Public methodAddTemplate
Create a new window template.
Public methodDeleteTemplate
Delete the template and associated files.
Public methodDownloadScreenshot
Return download token for the screenshot file in repository.
Public methodDownloadTemplate
Return download token for the template XML file in repository.
Public methodGetTemplate
Return a single template.
Public methodGetTemplates
Return a list of available templates.
Public methodUpdateTemplate
Update template information and files.
Top
Extension Methods
See Also