ChangeListSearchCriteria.ItemPaths Property
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.
List of item paths to search under. If this member is used then itemPath will be ignored.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="itemPaths")]
public System.Collections.Generic.IEnumerable<string> ItemPaths { get; set; }
member this.ItemPaths : seq<string> with get, set
Public Property ItemPaths As IEnumerable(Of String)
Property Value
- Attributes