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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- name
Type: System.String
- description
Type: System.String
- metadata
Type: System.String
- fileId
Type: System.Int32
- deploymentLevelStore
Type: System.Boolean
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.