Table of Contents

Class ReviseGlossaryTerm

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

Constructors

ReviseGlossaryTerm(Guid, Guid, string, ContentContainer)

public ReviseGlossaryTerm(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