ASP.NET Ajax Javascript (Specification) | |
---|---|
function setTagString( tagID : number(Integer), tagString : string, callback : function ) : ImGearIsisOperationStatus; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearIsisScanner.setTagString(number(Integer),string,function); |
Parameters
- tagID
- The ID of the tag.
- tagString
- The string value to set the tag to.
- callback
- Callback which is called when the tag is set.
Return Value
ImGearIsisOperationStatus value.