Click or drag to resize

SecurityRoleUserChildHandlerRemove Method

Remove user from role

Namespace:  SanteDB.Rest.AMI.ChildResources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object Remove(
	Type scopingType,
	Object scopingKey,
	Object key
)

Parameters

scopingType
Type: SystemType

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityRoleUserChildHandler.Remove(System.Type,System.Object,System.Object)"]

scopingKey
Type: SystemObject

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityRoleUserChildHandler.Remove(System.Type,System.Object,System.Object)"]

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityRoleUserChildHandler.Remove(System.Type,System.Object,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityRoleUserChildHandler.Remove(System.Type,System.Object,System.Object)"]

Implements

IApiChildResourceHandlerRemove(Type, Object, Object)
See Also