| JwsResourcePointerServiceResolveResource Method |
Let's resolve the specified resource
Namespace:
SanteDB.Core.Services.Impl
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public IHasIdentifiers ResolveResource(
string data,
bool validate = true
)
Public Function ResolveResource (
data As String,
Optional validate As Boolean = true
) As IHasIdentifiers
public:
virtual IHasIdentifiers^ ResolveResource(
String^ data,
bool validate = true
) sealed
abstract ResolveResource :
data : string *
?validate : bool
(* Defaults:
let _validate = defaultArg validate true
*)
-> IHasIdentifiers
override ResolveResource :
data : string *
?validate : bool
(* Defaults:
let _validate = defaultArg validate true
*)
-> IHasIdentifiers
Parameters
- data
- Type: SystemString
[Missing <param name="data"/> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.ResolveResource(System.String,System.Boolean)"]
- validate (Optional)
- Type: SystemBoolean
[Missing <param name="validate"/> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.ResolveResource(System.String,System.Boolean)"]
Return Value
Type:
IHasIdentifiers[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.ResolveResource(System.String,System.Boolean)"]
Implements
IResourcePointerServiceResolveResource(String, Boolean)See Also