mspp_contentsnippet EntityType

Content snippets are inserted in page templates so that any label, text string or image in the template can be content-managed.

Entity Set Path
[organization URI]/api/data/v9.2/mspp_contentsnippets
Base Type
crmbaseentity
Display Name
Content Snippet
Primary Key
mspp_contentsnippetid
Primary Key Attribute
mspp_name
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
mspp_contentsnippetid Edm.Guid

Unique identifier for entity instances

Display Name: Content Snippet

mspp_createdbyipaddress Edm.String

Display Name: Created By IP Address

mspp_createdbyusername Edm.String

Display Name: Created By Username

mspp_createdon Edm.DateTimeOffset

Shows the date and time when the record was created.

Display Name: Created On

mspp_display_name Edm.String

Stores the label that is shown on the user interface (UI) in the data editing mode.

Display Name: Display Name

mspp_modifiedbyipaddress Edm.String

Display Name: Modified By IP Address

mspp_modifiedbyusername Edm.String

Display Name: Modified By Username

mspp_modifiedon Edm.DateTimeOffset

Shows the date and time when the record was modified.

Display Name: Modified On

mspp_name Edm.String

The name of the custom entity.

Display Name: Name

mspp_type Edm.Int32

Display Name: Type

Default Options
Values Label
756150000 Text
756150001 HTML
mspp_value Edm.String

Display Name: Value

statecode Edm.Int32

Status of the Content Snippet

Display Name: Status

Default Options
Values Label
0 Active
1 Inactive
statuscode Edm.Int32

Reason for the status of the Content Snippet

Display Name: Status Reason

Default Options
Values Label
1 Active
2 Inactive

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_mspp_contentsnippetlanguageid_value mspp_contentsnippetlanguageid

Option to make content snippets language specific

_mspp_createdby_value mspp_createdby

Shows who created the record.

_mspp_modifiedby_value mspp_modifiedby

Shows who last updated the record.

_mspp_websiteid_value mspp_websiteid

Unique identifier for Website associated with Content Snippet.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
mspp_contentsnippetlanguageid mspp_websitelanguage mspp_websitelanguage_contentsnippet_contentsnippetlanguageid
mspp_createdby systemuser mspp_systemuser_mspp_contentsnippet_createdby
mspp_modifiedby systemuser mspp_systemuser_mspp_contentsnippet_modifiedby
mspp_websiteid mspp_website mspp_website_contentsnippet

Operations

The following operations can be used with the mspp_contentsnippet entity type.

Name Binding
BulkRetain Not Bound
CreateMultiple Not Bound
PurgeRetainedContent Not Bound
Retain Not Bound
RollbackRetain Not Bound
UpdateMultiple Not Bound
ValidateRetentionConfig Not Bound

See also