AddTrakaIfobAsync

Adds a new Traka iFob to a folder Returns (The created Traka iFob)

Overview of AddTrakaIfobAsync goes here.

Name Description
folder The folder to add the iFob to
item The Traka iFob information to add

Add Traka Ifob Async

Example in C#

// Returns: TrakaIfobInfo
var trakaIfobInfo = await client.AddTrakaIfobAsync(FolderInfo folder, TrakaIfobInfo item);