Share via


LongPath.ParseCore method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Protected Overridable Function ParseCore ( _
    path As String, _
    nothrow As Boolean _
) As Boolean
'Usage
Dim path As String
Dim nothrow As Boolean
Dim returnValue As Boolean

returnValue = Me.ParseCore(path, nothrow)
protected virtual bool ParseCore(
    string path,
    bool nothrow
)

Parameters

Return value

Type: System.Boolean

See also

Reference

LongPath class

LongPath members

Microsoft.Exchange.Data namespace