Freigeben über


Help2.CanSyncContents(String) Method

Definition

Determines if a URL can be synchronized to or not.

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

Parameters

bstrURL
String

A string containing the URL.

Implements

Attributes

Remarks

If there is a corresponding URL in the table of contents, the URL can be synchronized.

<REVIEWERS> - This returns a void? How can this be used, or should it?

Applies to