WorkGroupType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class WorkGroupType extends System.Enum

Specifies the type of a workgroup.

Fields

FieldDescription
DefaultIndicates Default work group type.
EmailIndicates Email work group type.
NoneIndicates None work group type.
WebIndicates Web work group type.

Default

public static final int Default

Indicates Default work group type.

Email

public static final int Email

Indicates Email work group type.

None

public static final int None

Indicates None work group type.

Web

public static final int Web

Indicates Web work group type.