Click or drag to resize

KbArticle Class

Structured content that is part of the knowledge base.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkKbArticle

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
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 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 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 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 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 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also