Click or drag to resize

RecommendedDocument Class

Recommended Document
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceRecommendedDocument

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

The RecommendedDocument type exposes the following members.

Constructors
 NameDescription
Public methodRecommendedDocument Default Constructor.
Top
Properties
 NameDescription
Public propertyAbsoluteUrl Type the URL where the recommended document is located.
Public propertyAssociatedRecordName Shows the associated record name of the recommended document.
Public propertyAttributes
(Inherited from Entity)
Public propertyAuthor Shows the name of the author of the recommended document.
Public propertyContentType Select the document content type.
Public propertyCreatedBy Shows the user who created the record.
Public propertyCreatedOn Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyEditUrl Shows the Edit URL of the recommended document.
Public propertyEntityState
(Inherited from Entity)
Public propertyExchangeRate Shows the exchange rate for the currency associated with the recommended document with respect to the base currency.
Public propertyExtensionData
(Inherited from Entity)
Public propertyExternalDocumentId Shows the external document.
Public propertyExternalModifiedBy Shows who last updated the document record.
Public propertyFileSize Shows the file size.
Public propertyFileType Shows the file type.
Public propertyFormattedValues
(Inherited from Entity)
Public propertyFullName Shows the full name of the recommended document.
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyIconClassName Stores the Icon Class name of the recommended document.
Public propertyId
(Overrides Entity.Id)
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_recommendeddocument_createdby N:1 lk_recommendeddocument_createdby
Public propertylk_recommendeddocument_createdonbehalfby N:1 lk_recommendeddocument_createdonbehalfby
Public propertylk_recommendeddocument_modifiedby N:1 lk_recommendeddocument_modifiedby
Public propertylk_recommendeddocument_modifiedonbehalfby N:1 lk_recommendeddocument_modifiedonbehalfby
Public propertyLocation Shows the location of the recommended document.
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Shows who last updated the record.
Public propertyModifiedOn Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy Shows who last updated the record on behalf of another user.
Public propertyorganization_recommendeddocument N:1 organization_recommendeddocument
Public propertyOrganizationId Shows the organization.
Public propertyReadUrl Shows the Read URL of the recommended document.
Public propertyRecommendedDocumentId Shows the recommended document record.
Public propertyRegardingObjectId Choose the parent record that the recommended document record is associated with.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertySource Shows the source storage of the recommended document.
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertyTitle Type a title for the entity.
Public propertyTransactionCurrency_recommendeddocument N:1 TransactionCurrency_recommendeddocument
Public propertyTransactionCurrencyId Shows the exchange rate for the currency associated with the recommended document with respect to the base currency.
Public propertyUTCConversionTimeZoneCode Shows the time zone code that was in use when the record was created.
Public propertyVersion Shows the recommended document version.
Public propertyVersionNumber 
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