CustomTransactions Methods

The CustomTransactions type exposes the following members.

Methods
  Name Description
Public method GetTransaction
Retrieves a custom transaction.
Public method GetTransactionsByType
Retrieves all the custom transactions of a specified type.
Public method GetUnprocessedTransactionsForUser
Returns all the unprocessed custom transactions for a specified CMS user.
Public method MarkTransactionAsProcessed
Marks a custom transaction as processed.
Public method RecordTransaction
Adds a new transaction record.
Public method RegisterTransactionType
Adds a new transaction type.
Public method UpdateTransaction
Updates an existing transaction record.
Public method XMLDeserializeObject
Deserializes an XML object into the specified type.
Public method XMLSerializeObject
XML Serializes an object.
See Also