TeamFoundationProcessTemplateService.AddTemplateDescriptor Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function AddTemplateDescriptor ( _
    requestContext As TeamFoundationRequestContext, _
    name As String, _
    description As String, _
    metadata As String, _
    fileId As Integer, _
    deploymentLevelStore As Boolean _
) As Integer
public int AddTemplateDescriptor(
    TeamFoundationRequestContext requestContext,
    string name,
    string description,
    string metadata,
    int fileId,
    bool deploymentLevelStore
)
public:
int AddTemplateDescriptor(
    TeamFoundationRequestContext^ requestContext, 
    String^ name, 
    String^ description, 
    String^ metadata, 
    int fileId, 
    bool deploymentLevelStore
)
member AddTemplateDescriptor : 
        requestContext:TeamFoundationRequestContext * 
        name:string * 
        description:string * 
        metadata:string * 
        fileId:int * 
        deploymentLevelStore:bool -> int
public function AddTemplateDescriptor(
    requestContext : TeamFoundationRequestContext, 
    name : String, 
    description : String, 
    metadata : String, 
    fileId : int, 
    deploymentLevelStore : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationProcessTemplateService Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace