IProcessTemplateContentHandler Interface
This interface represents an abstraction for handling the content of a process template
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Interface IProcessTemplateContentHandler
public interface IProcessTemplateContentHandler
public interface class IProcessTemplateContentHandler
type IProcessTemplateContentHandler = interface end
public interface IProcessTemplateContentHandler
The IProcessTemplateContentHandler type exposes the following members.
Properties
Name | Description | |
---|---|---|
HashValue | The hash value(MD5) of the process template file. |
Top
Methods
Name | Description | |
---|---|---|
GetStream | Returns a stream to the content of the process template file. | |
TransferTemplateFileContent | It transfers the content of the file to the response object |
Top