Click or drag to resize

WindowTemplateManagerUpdateTemplate Method

Update template information and files.

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

Parameters

templateInfo
Type: FileHold.LibraryManagerWindowTemplate
must contain at least TemplateId, Name and Description
templateToken
Type: SystemGuid
upload token for template XML file (optional)
screenshotToken
Type: SystemGuid
upload token for screenshot file (optional)
See Also