Table of Contents

Class RemoveStandardCategory

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

Constructors

RemoveStandardCategory(Guid, Guid)

public RemoveStandardCategory(Guid standardId, Guid categoryId)

Parameters

standardId Guid
categoryId Guid

RemoveStandardCategory(Guid, Guid[])

public RemoveStandardCategory(Guid standardId, Guid[] categoryIds)

Parameters

standardId Guid
categoryIds Guid[]

Properties

CategoryIds

public Guid[] CategoryIds { get; set; }

Property Value

Guid[]