DomainPath.Initialize(String, Boolean) Method

Definition

Initialize a DomainPath from a serialized format

public:
 void Initialize(System::String ^ serialization, bool monikerize);
public void Initialize (string serialization, bool monikerize);
member this.Initialize : string * bool -> unit
Public Sub Initialize (serialization As String, monikerize As Boolean)

Parameters

serialization
String
monikerize
Boolean

Whether to monikerize the Role references in any PathSegments created

Applies to