NurApiTagStorageAddTag(NurApiTag, NurApiTag) Method

Add / update tag in tag storage

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public bool AddTag(
	NurApiTag tag,
	out NurApiTag storedTag
)

Parameters

tag  NurApiTag
Tag to add
storedTag  NurApiTag
New or updated tag is stored here

Return Value

Boolean
True if tag was added, false if tag was updated.

Remarks

If tag is already found in storage, it's meta data is updated from tag

See Also