ContentSource Class

Definition

Definition of the content source.

public class ContentSource
type ContentSource = class
Public Class ContentSource
Inheritance
ContentSource

Constructors

ContentSource()

Initializes a new instance of the ContentSource class.

ContentSource(ContentHash, String, String, String)

Initializes a new instance of the ContentSource class.

Properties

ContentHash
ContentType
Hash

Gets or sets the hash.

Type

Gets or sets the content source type. Possible values include: 'embeddedContent', 'uri'

Value

Gets or sets the value of the content. This is based on the content source type.

Version

Gets or sets the version of the content.

Methods

Validate()

Validate the object.

Applies to