Table of Contents

Class SnippetBuilder

Namespace
InSite.Admin.Assessments
Assembly
InSite.UI.dll
public class SnippetBuilder
Inheritance
SnippetBuilder
Inherited Members

Constructors

SnippetBuilder()

public SnippetBuilder()

Methods

GetHtml(StandardModel, bool, bool, bool, bool, Guid?)

public static string GetHtml(SnippetBuilder.StandardModel standard, bool showParentCode = true, bool showParent = false, bool showLabel = true, bool showLink = false, Guid? id = null)

Parameters

standard SnippetBuilder.StandardModel
showParentCode bool
showParent bool
showLabel bool
showLink bool
id Guid?

Returns

string

GetHtml(Guid, bool)

public static string GetHtml(Guid standard, bool showParentCode = true)

Parameters

standard Guid
showParentCode bool

Returns

string