LocalLongFullPath.ValidatePathWithSpecifiedExtension Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Shared Sub ValidatePathWithSpecifiedExtension ( _
path As LocalLongFullPath, _
specifiedExtension As String _
)
'Usage
Dim path As LocalLongFullPath
Dim specifiedExtension As String
LocalLongFullPath.ValidatePathWithSpecifiedExtension(path, _
specifiedExtension)
protected static void ValidatePathWithSpecifiedExtension(
LocalLongFullPath path,
string specifiedExtension
)
Parameters
- path
Type: Microsoft.Exchange.Data.LocalLongFullPath
- specifiedExtension
Type: System.String
See Also