Click or drag to resize

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
)

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