Interface IUpdateContext

Context of a content update.

Namespace: PushTechnology.ClientInterface.Client.Types
Assembly: Diffusion.Client.dll
Syntax
public interface IUpdateContext

Properties

UpdateType

Returns the update type.

Declaration
TopicUpdateType UpdateType { get; }
Property Value
Type Description
TopicUpdateType

The update type.

Back to top