WindowTemplateManagerAddTemplate Method

Create a new window template.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create a new window template.")]
public int AddTemplate(
	WindowTemplate templateInfo,
	Guid templateToken,
	Guid screenshotToken
)

Parameters

templateInfo  WindowTemplate
must contain at least Name and Description
templateToken  Guid
upload token for template XML file in repository
screenshotToken  Guid
upload token for screenshot file in repository

Return Value

Int32
TemplateId of the created template

See Also