Table of Contents

Class DescribeGroup

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

Constructors

DescribeGroup(Guid, string, string, string, string)

public DescribeGroup(Guid group, string category, string code, string description, string label)

Parameters

group Guid
category string
code string
description string
label string

Properties

Category

public string Category { get; set; }

Property Value

string

Code

public string Code { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string