WindowTemplateManagerGetTemplate Method

Return a single template.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return a single template.")]
public WindowTemplate GetTemplate(
	int templateId
)

Parameters

templateId  Int32
 

Return Value

WindowTemplate

See Also