Click or drag to resize

AdoPolicyInformationServiceRemovePolicies Method

Remove the oid policies from securable

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public void RemovePolicies(
	Object securable,
	IPrincipal principal,
	params string[] oid
)

Parameters

securable  Object
The securable from which data should be removed
principal  IPrincipal
The principal which is removing them
oid  String
The policies to be removed

Implements

IPolicyInformationServiceRemovePolicies(Object, IPrincipal, String)
See Also