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
Properties
ContainerIdentifier
public Guid ContainerIdentifier { get; set; }
Property Value
ContainerType
public string ContainerType { get; set; }
Property Value
ContentLabel
public string ContentLabel { get; set; }
Property Value
RelationshipIdentifier
public Guid RelationshipIdentifier { get; set; }
Property Value
TermIdentifier
public Guid TermIdentifier { get; set; }