Click or drag to resize

ActRemoveTag Method

Remove tagKey from the tag collection

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public void RemoveTag(
	string tagKey
)

Parameters

tagKey
Type: SystemString

[Missing <param name="tagKey"/> documentation for "M:SanteDB.Core.Model.Acts.Act.RemoveTag(System.String)"]

Implements

ITaggableRemoveTag(String)
See Also