Click or drag to resize

BundleHasTag Method

True if the bundle has a tag

Namespace:  SanteDB.Core.Model.Collection
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public bool HasTag(
	string tag
)

Parameters

tag
Type: SystemString

[Missing <param name="tag"/> documentation for "M:SanteDB.Core.Model.Collection.Bundle.HasTag(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Model.Collection.Bundle.HasTag(System.String)"]

See Also