Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteProcessTemplates ( _
    processTemplateIds As Integer() _
)
[WebMethodAttribute]
public void DeleteProcessTemplates(
    int[] processTemplateIds
)
[WebMethodAttribute]
public:
void DeleteProcessTemplates(
    array<int>^ processTemplateIds
)
[<WebMethodAttribute>]
member DeleteProcessTemplates : 
        processTemplateIds:int[] -> unit 
public function DeleteProcessTemplates(
    processTemplateIds : int[]
)
Parameters
- processTemplateIds
 Type: array<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.