Share via


KBARTICLE_STATE Class

The KBARTICLE_STATE class lists knowledge base article states, used for the kb 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. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

  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.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.