WindowTemplateManagerDownloadTemplate Method

Return download token for the template XML file in repository.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return download token for the template XML file in repository.")]
public Guid DownloadTemplate(
	int templateId,
	ref long fileSize
)

Parameters

templateId  Int32
fileSize  Int64

Return Value

Guid

See Also