Click or drag to resize

ActRemoveExtension Method

Remove the specified extension

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public void RemoveExtension(
	Guid extensionType
)

Parameters

extensionType
Type: SystemGuid
The type of extension to remove

Implements

IExtendableRemoveExtension(Guid)
See Also