Help.SyncContents(String) Method

Definition

Synchronizes the table of contents to the supplied URL.

public:
 void SyncContents(System::String ^ bstrURL);
public:
 void SyncContents(Platform::String ^ bstrURL);
void SyncContents(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(12)]
public void SyncContents (string bstrURL);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member SyncContents : string -> unit
Public Sub SyncContents (bstrURL As String)

Parameters

bstrURL
String

String containing the URL of the current topic that is compatible with Internet Explorer.

Attributes

Remarks

This method is deprecated. See SyncContents for information about the current implementation.

Applies to