EnumKnowledge_VersioningFlags

This EnumKnowledge_VersioningFlags enumerated type is used in the Approve, Checkin, Checkout, OperationsAllowed, Publish, Reject, UndoCheckout, VersionHistory, and VersionStatus methods of the KnowledgeVersion object.

Members

The following table shows members of the EnumKnowledge_VersioningFlags enumeration type, with the bit mask and a brief description of each.

Name Bit Mask Description
pkmDefault 0x00000000 When developing a stand-alone application, a Web Part, or an ASP-based application on a computer running Microsoft SharePoint Portal Server, this bit mask indicates whether to use ServerXMLHTTP or WININET to send the request. A bit mask of 0 means that WININET is used.
Web Parts and ASP-based applications on a computer running SharePoint Portal Server must use ServerXMLHTTP. Using WININET might cause IIS to become unresponsive.
This bit mask has no effect on a client.
pkmXmlHttp 0x00000020 When developing a stand-alone application, a Web Part, or an ASP-based application on a computer running SharePoint Portal Server, this bit mask indicates whether to use ServerXMLHTTP or WININET to send the request. A bit mask of 0x20 means that ServerXMLHTTP is used.
Web Parts and ASP-based applications on a computer running SharePoint Portal Server must use ServerXMLHTTP. Using WININET might cause IIS to become unresponsive.
This bit mask has no effect on a client.