Click or drag to resize

EntityHasPolicy Method

Detects whether this object has a policy

Namespace:  SanteDB.Core.Model.Entities
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public bool HasPolicy(
	string policyId
)

Parameters

policyId
Type: SystemString

[Missing <param name="policyId"/> documentation for "M:SanteDB.Core.Model.Entities.Entity.HasPolicy(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Model.Entities.Entity.HasPolicy(System.String)"]

Implements

ISecurableHasPolicy(String)
See Also