UpdateContent ClassDelta Engine Documentation
For each outdated content file after sending CheckProjectContent we get one UpdateContent message from the server containing both an updated ContentMetaData entry and also the content data itself (optional). Also used to upload new files to the content server (ContentManager) View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Networking.Messages UpdateContent

Namespace: DeltaEngine.Networking.Messages
Assembly: DeltaEngine.Networking.Messages (in DeltaEngine.Networking.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class UpdateContent : ContentMessage

The UpdateContent type exposes the following members.

Constructors

  NameDescription
Public methodUpdateContent
Initializes a new instance of the UpdateContent class
Top
Properties

  NameDescription
Public propertyMetaData
Public propertyOptionalFiles
Top
See Also