Share via


SimpleMonikerResolver.IsFullyQualified(String) Method

Definition

Is the input string a fully qualified reference, as understood by the SimpleMonikerResolver.

public:
 static bool IsFullyQualified(System::String ^ reference);
public static bool IsFullyQualified (string reference);
static member IsFullyQualified : string -> bool
Public Shared Function IsFullyQualified (reference As String) As Boolean

Parameters

reference
String

A reference persisted by default Xml serialization

Returns

true if the reference is fully qualified (begins with '/') false otherwise

Applies to