Table of Contents

Class LinkGlossaryTerm

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

Constructors

LinkGlossaryTerm(Guid, Guid, Guid, Guid, string, string)

public LinkGlossaryTerm(Guid glossary, Guid relationship, Guid term, Guid containerId, string containerType, string label)

Parameters

glossary Guid
relationship Guid
term Guid
containerId Guid
containerType string
label string

Properties

ContainerIdentifier

public Guid ContainerIdentifier { get; set; }

Property Value

Guid

ContainerType

public string ContainerType { get; set; }

Property Value

string

ContentLabel

public string ContentLabel { get; set; }

Property Value

string

RelationshipIdentifier

public Guid RelationshipIdentifier { get; set; }

Property Value

Guid

TermIdentifier

public Guid TermIdentifier { get; set; }

Property Value

Guid