The Microsoft Tag Creation API lets you create Tags on the web, or from a variety of other devices, such as your desktop or mobile PC, a server, or any of a wide variety of mobile devices. Using the Microsoft Tag Creation API, you can access many of the same operations that are available in Microsoft Tag Manager. Moreover, by using Visual Studio and the .NET Framework, you can write programs to create and manage Tags for your business—including creating or updating several Tags at once—straight from your own desktop.
Classes
| Class | Description | |
|---|---|---|
| AppDownloadTag |
Tag type derived from Tag that stores multiple URLs for each platform
| |
| BarCodeFault |
Holds exception information related to BarCode operations.
| |
| Category |
Represents a Category container of Tags.
| |
| CategoryFault |
Holds exception information related to Category operations.
| |
| DialerTag |
Tag type derived fromTag that holds a telephone number.
| |
| FreeTextTag |
Tag type derived from Tag that allows storage of a plaintext message.
| |
| ImageType |
Describes the image type into which a Tag is rendered.
| |
| MIBPErrorHandler |
Provides custom error handling for the Tag web services.
| |
| ReceiverFault |
Provides generic exceptions that have occurred in the service.
| |
| SenderFault |
Provides exception information caused due to invalid parameters send by client.
| |
| Tag |
Base class for all Tag types.
| |
| TagFault |
Holds exception information related to Tag operations.
| |
| URITag |
Tag type derived from Tag that stores a URL.
| |
| UserAuthFault |
Provides exception information related to User's Authentication, access permission and status related operations.
| |
| UserCredential |
Holds user credential data.
| |
| VCardTag |
Tag type derived from Tag that stores a virtual identification card. HasFile is required; all other properties are optional.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IFault |
Implemented by all Fault DataContract classes.
| |
| IMIBPContract |
Enumerations
| Enumeration | Description | |
|---|---|---|
| BarCodeFaultReason |
Specifies the Fault reason for BarCode-related operations.
| |
| CategoryFaultReason |
Enum to specify reason of Fault for Category related operations.
| |
| CategoryStatus |
Represents the status of a Category.
| |
| DecorationType |
Describes how the Tag is rendered.
| |
| FaultLevel |
Describes the type of fault or error
| |
| ImageTypes |
Represents the six image types into which the Tag can be rendered.
| |
| ReceiverFaultReason |
Specifies reason for service (receiver) fault.
| |
| SenderFaultReason |
Specifies reason for sender (client) fault
| |
| TagFaultReason |
Describes the reason for Tag-related operation faults.
| |
| TagStatus |
Represents the status of a Tag
| |
| TagType |
Specifies the four types of Tags.
| |
| UserAuthFaultReason |
Specifies Fault reason for User authentication, access permission and status operations.
|