Click or drag to resize

SQLitePolicyInformationServiceGetPolicies Method (Object)

Get active policies for the specified securable type

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IEnumerable<IPolicyInstance> GetPolicies(
	Object securable
)

Parameters

securable
Type: SystemObject

[Missing <param name="securable"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLitePolicyInformationService.GetPolicies(System.Object)"]

Return Value

Type: IEnumerableIPolicyInstance

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLitePolicyInformationService.GetPolicies(System.Object)"]

Implements

IPolicyInformationServiceGetPolicies(Object)
See Also