Click or drag to resize

KbArticle Class

Structured content that is part of the knowledge base.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceKbArticle

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class KbArticle : Entity, INotifyPropertyChanging, 
	INotifyPropertyChanged

The KbArticle type exposes the following members.

Constructors
 NameDescription
Public methodKbArticle Default Constructor.
Top
Properties
 NameDescription
Public propertyArticleXml Shows the article content and formatting, stored as XML.
Public propertyAttributes
(Inherited from Entity)
Public propertyComments Comments regarding the knowledge base article.
Public propertyContent Description of the content of the knowledge base article.
Public propertyCreatedBy Unique identifier of the user who created the knowledge base article.
Public propertyCreatedOn Date and time when the knowledge base article was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the article.
Public propertyDescription Type additional information that describes the knowledge base article.
Public propertyEntityImage The default image for the entity.
Public propertyEntityImage_Timestamp 
Public propertyEntityImage_URL 
Public propertyEntityImageId For internal use only.
Public propertyEntityState
(Inherited from Entity)
Public propertyExchangeRate Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Unique identifier of the data import or data migration that created this record.
Public propertyItem
(Inherited from Entity)
Public propertykb_article_template_kb_articles N:1 kb_article_template_kb_articles
Public propertyKbArticle_Annotation 1:N KbArticle_Annotation
Public propertyKbArticle_AsyncOperations 1:N KbArticle_AsyncOperations
Public propertyKbArticle_BulkDeleteFailures 1:N KbArticle_BulkDeleteFailures
Public propertykbarticle_comments 1:N kbarticle_comments
Public propertyKbArticle_DuplicateBaseRecord 1:N KbArticle_DuplicateBaseRecord
Public propertyKbArticle_DuplicateMatchingRecord 1:N KbArticle_DuplicateMatchingRecord
Public propertykbarticle_incidents 1:N kbarticle_incidents
Public propertykbarticle_principalobjectattributeaccess 1:N kbarticle_principalobjectattributeaccess
Public propertyKbArticle_ProcessSessions 1:N KbArticle_ProcessSessions
Public propertyKbArticle_SharepointDocument 1:N KbArticle_SharepointDocument
Public propertyKbArticle_SharepointDocumentLocation 1:N KbArticle_SharepointDocumentLocation
Public propertyKbArticle_SyncErrors 1:N KbArticle_SyncErrors
Public propertyKbArticleId Shows the ID of the article.
Public propertyKbArticleTemplateId Choose the template that you want to use as a base for creating the new article.
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyKeyWords Keywords to be used for searches in knowledge base articles.
Public propertyLanguageCode Select which language the article must be available in. This list is based on the list of language packs that are installed in your Microsoft Dynamics CRM environment.
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_kbarticle_createdonbehalfby N:1 lk_kbarticle_createdonbehalfby
Public propertylk_kbarticle_modifiedonbehalfby N:1 lk_kbarticle_modifiedonbehalfby
Public propertylk_kbarticlebase_createdby N:1 lk_kbarticlebase_createdby
Public propertylk_kbarticlebase_modifiedby N:1 lk_kbarticlebase_modifiedby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Unique identifier of the user who last modified the knowledge base article.
Public propertyModifiedOn Date and time when the knowledge base article was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the kbarticle.
Public propertyNumber Knowledge base article number.
Public propertyorganization_kb_articles N:1 organization_kb_articles
Public propertyOrganizationId Unique identifier of the organization associated with the article.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyStateCode Shows whether the knowledge base article is in draft, unapproved, or published status. Published articles are read-only and can't be edited unless they are unpublished.
Public propertyStatusCode Select the article's status.
Public propertysubject_kb_articles N:1 subject_kb_articles
Public propertySubjectId Choose the subject of the article to assist with article searches. You can configure subjects under Business Management in the Settings area.
Public propertyTitle Type a subject or descriptive name for the article to assist with article searches.
Public propertyTransactionCurrency_KbArticle N:1 TransactionCurrency_KbArticle
Public propertyTransactionCurrencyId Choose the local currency for the record to make sure budgets are reported in the correct currency.
Public propertyuserentityinstancedata_kbarticle 1:N userentityinstancedata_kbarticle
Public propertyVersionNumber Title of the knowledge base article.
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAttributeValue``1
(Inherited from Entity)
Protected methodGetFormattedAttributeValue
(Inherited from Entity)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodSetAttributeValue
(Inherited from Entity)
Protected methodSetRelatedEntities``1
(Inherited from Entity)
Protected methodSetRelatedEntity``1
(Inherited from Entity)
Public methodToEntity``1
(Inherited from Entity)
Public methodToEntityReference
(Inherited from Entity)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also