Help.CanSyncContents Method
Determines if a URL can be synchronized to or not.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
Sub CanSyncContents ( _
bstrURL As String _
)
void CanSyncContents(
string bstrURL
)
void CanSyncContents(
[InAttribute] String^ bstrURL
)
abstract CanSyncContents :
bstrURL:string -> unit
function CanSyncContents(
bstrURL : String
)
Parameters
- bstrURL
Type: System.String
A string containing the URL.
Remarks
This method is deprecated. See CanSyncContents for current documentation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.