WindowTemplateManagerUpdateTemplate Method

Update template information and files.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Update template information and files.")]
public void UpdateTemplate(
	WindowTemplate templateInfo,
	Guid templateToken,
	Guid screenshotToken
)

Parameters

templateInfo  WindowTemplate
must contain at least TemplateId, Name and Description
templateToken  Guid
upload token for template XML file (optional)
screenshotToken  Guid
upload token for screenshot file (optional)

See Also