This documentation is archived and is not being maintained.

IProcessTemplateContentHandler Interface

Visual Studio 2013

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)

'Declaration
Public Interface IProcessTemplateContentHandler

The IProcessTemplateContentHandler type exposes the following members.

  NameDescription
Public propertyHashValueThe hash value(MD5) of the process template file.
Top

  NameDescription
Public methodGetStreamReturns a stream to the content of the process template file.
Public methodTransferTemplateFileContentIt transfers the content of the file to the response object
Top
Show: