For Babelfish Release 1.11.3.13

GetReleasePublicRequestRelativePath Property

The relative path for this API Request call. For example, if the complete REST API call is https://api.orionscoringsystem.com/match/1.1.20022012248563984.0, then this property would return "/match/1.1.20022012248563984.0". Note, return value includes the front slash.

Definition

Namespace: Scopos.BabelFish.Requests.ScoposData
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public override string RelativePath { get; }

Property Value

String

See Also