Click or drag to resize

EntityRemoveTag Method

Remove the specified tagKey from this objects tags

Namespace:  SanteDB.Core.Model.Entities
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.Entities.Entity.RemoveTag(System.String)"]

Implements

ITaggableRemoveTag(String)
See Also