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