Freigeben über


Help.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.

Attributes

Remarks

This method is deprecated. See CanSyncContents for current documentation.

Applies to