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
Public property HashValue The hash value(MD5) of the process template file.

Top

Methods

  Name Description
Public method GetStream Returns a stream to the content of the process template file.
Public method TransferTemplateFileContent It transfers the content of the file to the response object

Top

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace