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