WindowTemplateManagerAddTemplate Method
            Create a new window template.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Create a new window template.")]
public int AddTemplate(
	WindowTemplate templateInfo,
	Guid templateToken,
	Guid screenshotToken
)
- 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
 
Int32TemplateId of the created template