Table of Contents

Class ProposeGlossaryTerm

Namespace
InSite.Application.Glossaries.Write
Assembly
Shift.Sdk.dll
public class ProposeGlossaryTerm : Command, ICommand
Inheritance
ProposeGlossaryTerm
Implements
Inherited Members
Extension Methods

Constructors

ProposeGlossaryTerm(Guid, Guid, string, ContentContainer)

public ProposeGlossaryTerm(Guid glossary, Guid term, string name, ContentContainer content)

Parameters

glossary Guid
term Guid
name string
content ContentContainer

Properties

Content

public ContentContainer Content { get; set; }

Property Value

ContentContainer

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string