Table of Contents

Class Image

Namespace
C4.Net.Documentation
Assembly
C4.Net.Core.dll

Represents an image asset that can be embedded from workspace documentation.

[DataContract]
public sealed class Image
Inheritance
Image
Inherited Members

Properties

Content

The Base64-encoded image payload.

[DataMember(Name = "content", EmitDefaultValue = false)]
public string Content { get; }

Property Value

string

Name

The path-like name used to reference the image from documentation.

[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; }

Property Value

string

Type

The image MIME type.

[DataMember(Name = "type", EmitDefaultValue = false)]
public string Type { get; }

Property Value

string