WindowTemplateManager Class

Service for handling FastFind templates.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/windowtemplatemanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class WindowTemplateManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    WindowTemplateManager

Constructors

WindowTemplateManagerInitializes a new instance of the WindowTemplateManager class

Methods

AddTemplate Create a new window template.
DeleteTemplate Delete the template and associated files.
DownloadScreenshot Return download token for the screenshot file in repository.
DownloadTemplate Return download token for the template XML file in repository.
GetTemplate Return a single template.
GetTemplates Return a list of available templates.
UpdateTemplate Update template information and files.

Extension Methods

See Also