 | BridgedPolicyInformationServiceHasPolicy Method |
Returns true if securable has policyOid assigned to it
Namespace: SanteDB.Client.Upstream.SecurityAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool HasPolicy(
Object securable,
string policyOid
)
Public Function HasPolicy (
securable As Object,
policyOid As String
) As Boolean
public:
virtual bool HasPolicy(
Object^ securable,
String^ policyOid
) sealed
abstract HasPolicy :
securable : Object *
policyOid : string -> bool
override HasPolicy :
securable : Object *
policyOid : string -> bool Parameters
- securable Object
- The securable to check
- policyOid String
- The policy OID to check
Return Value
BooleanTrue if
securable has
policyOidImplements
IPolicyInformationServiceHasPolicy(Object, String)
See Also