Help.SyncContents(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.