SuggestionReturnObject.ApplyPaths Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Sub ApplyPaths ( _
value As List(Of String) _
)
'Usage
Dim instance As SuggestionReturnObject
Dim value As List(Of String)
instance.ApplyPaths(value)
public void ApplyPaths(
List<string> value
)
Parameters
value
Type: System.Collections.Generic.List<String>Reserved for internal use.