Click or drag to resize

IPolicyDecisionServiceExExpandInferredPolicies Method

Get all expanded/mapped policies (the inferred policies)

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<string> ExpandInferredPolicies(
	IEnumerable<string> policyOids
)

Parameters

policyOids  IEnumerableString

[Missing <param name="policyOids"/> documentation for "M:SanteDB.Core.Security.Services.IPolicyDecisionServiceEx.ExpandInferredPolicies(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

IEnumerableString

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.IPolicyDecisionServiceEx.ExpandInferredPolicies(System.Collections.Generic.IEnumerable{System.String})"]

See Also