Share via


KBARTICLE_STATE Class

The KBARTICLE_STATE class lists knowledge base article states, used for the Knowledge Base article statecode field. Please note that although the APIs may accept any value, these are the valid values for this field.

This class does not need instantiation or initialization because the fields represent constant integer values.

System.Object
   KBARTICLE_STATE

[Visual Basic .NET]
Public Class KBARTICLE_STATE
   Inherits System.Object
[C#]
public class KBARTICLE_STATE: System.Object
[C++]
public __gc class KBARTICLE_STATE: public System.Object

The KBARTICLE_STATE class exposes the following integer fields.

Field Value Description
KBAS_DRAFT 1 Specifies the knowledge base article is a draft.
KBAS_PUBLISHED 3 Specifies the knowledge base article has been published.
KBAS_WAITING_APPROVAL 2 Specifies the knowledge base article is waiting approval.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.