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
Public method ReadEntries(TeamFoundationRequestContext, String)
Public method ReadEntries(TeamFoundationRequestContext, Identity, String)
Public method ReadEntries(TeamFoundationRequestContext, Guid, String)
Public method 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.
Public method ReadEntries(TeamFoundationRequestContext, Identity, String, Boolean)
Public method ReadEntries(TeamFoundationRequestContext, Guid, String, Boolean)

Top

See Also

Reference

TeamFoundationBaseRegistryService Class

Microsoft.TeamFoundation.Framework.Server Namespace