This documentation is archived and is not being maintained.

VersionedApiResourceRegistration Class

Visual Studio 2013

Contains methods to add and obtain information about registered API resources

System::Object
  Microsoft.TeamFoundation.Framework.Server::VersionedApiResourceRegistration

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public ref class VersionedApiResourceRegistration abstract sealed

The VersionedApiResourceRegistration type exposes the following members.

  NameDescription
Public propertyStatic memberResourceLocationsAll registered API resource locations
Top

  NameDescription
Public methodStatic memberRegisterResourceRegister an API resource location/route. The controller should be named {area}{resource}Controller or it can use a [VersionedApiControllerCustomName] attribute to use a non-conventional name.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: