Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

EVGBlog Class Reference

Inherits fromDeclared in
EVGCategorizedItem : EVGItem : NSObjectEVGItems.h

A blog is content that is typically presented as reverse chronologically sorted on a single topic.

Date and time when this article was last modified.

See Also

Subtitle for this article.

Creates an EVGBlog with the required ID only.

Parameters

ParameterDescription
evgIdSee [EVGItem evgId]. This is the only required field.

Return Value

A blog which can be further modified.

Creates an EVGBlog with the required id and most common optionals.

Parameters

ParameterDescription
evgIdSee [EVGItem evgId]. This is the only required field.
nameSee [EVGItem name]
subTitleSee subTitle
urlSee [EVGItem url]
evgDescriptionSee [EVGItem evgDescription]

Return Value

A blog which can be further modified.

Creates an EVGBlog from the provided JSON.

Parameters

ParameterDescription
jsonA blog in JSON form

Return Value

A blog which can be further modified, or nil if JSON is invalid