Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | ReadEntries(TeamFoundationRequestContext, String) | |
| .gif) | ReadEntries(TeamFoundationRequestContext, Identity, String) | |
| .gif) | ReadEntries(TeamFoundationRequestContext, Guid, String) | |
| .gif) | ReadEntries(TeamFoundationRequestContext, String, Boolean) | Special segment patterns: "/.../" and "/**/" match zero or more segments in a path. "/*/" matches zero or one segments in a path. Segments that contain "...", "*" in addition to other characters (e.g. "/f...b/", "/......./") are either invalid or literal. Other patterns: a segment that includes "*" and other characters can be used to match one segment in a path. e.g. "/f*/" would match "/folder/" but not "/afolder/". Currently only the special segments patterns are supported, and they can only be the last segment. | 
| .gif) | ReadEntries(TeamFoundationRequestContext, Identity, String, Boolean) | |
| .gif) | ReadEntries(TeamFoundationRequestContext, Guid, String, Boolean) | 
Top