Table of Contents

Class HelpTopic

Namespace
InSite.Application.Contents.Read
Assembly
Shift.Sdk.dll
public class HelpTopic
Inheritance
HelpTopic
Inherited Members
Extension Methods

Constructors

HelpTopic()

public HelpTopic()

Properties

AuthorDate

public DateTimeOffset? AuthorDate { get; set; }

Property Value

DateTimeOffset?

AuthorName

public string AuthorName { get; set; }

Property Value

string

ParentIdentifier

public Guid? ParentIdentifier { get; set; }

Property Value

Guid?

SiteDomain

public string SiteDomain { get; set; }

Property Value

string

SiteTitle

public string SiteTitle { get; set; }

Property Value

string

TopicFields

public string TopicFields { get; set; }

Property Value

string

TopicIcon

public string TopicIcon { get; set; }

Property Value

string

TopicIdentifier

public Guid TopicIdentifier { get; set; }

Property Value

Guid

TopicIsHidden

public bool TopicIsHidden { get; set; }

Property Value

bool

TopicLayout

public string TopicLayout { get; set; }

Property Value

string

TopicModified

public DateTimeOffset? TopicModified { get; set; }

Property Value

DateTimeOffset?

TopicSequence

public int TopicSequence { get; set; }

Property Value

int

TopicSlug

public string TopicSlug { get; set; }

Property Value

string

TopicTitle

public string TopicTitle { get; set; }

Property Value

string

TopicType

public string TopicType { get; set; }

Property Value

string

TopicUrl

public string TopicUrl { get; set; }

Property Value

string