Click or drag to resize

AmiServiceClientFindPolicy Method

Retrieves the specified role from the AMI

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public AmiCollection FindPolicy(
	Expression<Func<SecurityPolicy, bool>> query
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncSecurityPolicy, Boolean

[Missing <param name="query"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.FindPolicy(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Security.SecurityPolicy,System.Boolean}})"]

Return Value

Type: AmiCollection

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.FindPolicy(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Security.SecurityPolicy,System.Boolean}})"]

See Also