FileContainerItemDeletedEvent Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
containerId As Long, _
paths As IList(Of String) _
)
public FileContainerItemDeletedEvent(
long containerId,
IList<string> paths
)
public:
FileContainerItemDeletedEvent(
long long containerId,
IList<String^>^ paths
)
new :
containerId:int64 *
paths:IList<string> -> FileContainerItemDeletedEvent
public function FileContainerItemDeletedEvent(
containerId : long,
paths : IList<String>
)
Parameters
- containerId
Type: System.Int64
- paths
Type: System.Collections.Generic.IList<String>
.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.