Click or drag to resize

WindowTemplateManagerAddTemplate Method

Create a new window template.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddTemplate(
	WindowTemplate templateInfo,
	Guid templateToken,
	Guid screenshotToken
)

Parameters

templateInfo
Type: FileHold.LibraryManagerWindowTemplate
must contain at least Name and Description
templateToken
Type: SystemGuid
upload token for template XML file in repository
screenshotToken
Type: SystemGuid
upload token for screenshot file in repository

Return Value

Type: Int32
TemplateId of the created template
See Also