TeamFoundationBaseRegistryService.ReadEntries Method
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 | |
---|---|---|
ReadEntries(TeamFoundationRequestContext, String) | ||
ReadEntries(TeamFoundationRequestContext, Identity, String) | ||
ReadEntries(TeamFoundationRequestContext, Guid, String) | ||
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. | |
ReadEntries(TeamFoundationRequestContext, Identity, String, Boolean) | ||
ReadEntries(TeamFoundationRequestContext, Guid, String, Boolean) |
Top