Web File (mspp_webfile) table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Storage of files used in the web Portals.

Added by: Power Pages Apps Solution

Messages

Message Web API Operation SDK class or method
BulkRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Create POST /mspp_webfiles
See Create
CreateRequest or
Create
CreateMultiple CreateMultiple CreateMultipleRequest
Delete DELETE /mspp_webfiles(mspp_webfileid)
See Delete
DeleteRequest or
Delete
PurgeRetainedContent This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retrieve GET /mspp_webfiles(mspp_webfileid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET /mspp_webfiles
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
RollbackRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Update PATCH /mspp_webfiles(mspp_webfileid)
See Update
UpdateRequest or
Update
UpdateMultiple UpdateMultiple UpdateMultipleRequest
ValidateRetentionConfig This message is to be executed only by Dataverse to trigger registered plug-ins and flows.

Properties

Property Value
CollectionSchemaName mspp_webfiles
DisplayCollectionName Web Files
DisplayName Web File
EntitySetName mspp_webfiles
IsBPFEntity False
LogicalCollectionName mspp_webfiles
LogicalName mspp_webfile
OwnershipType OrganizationOwned
PrimaryIdAttribute mspp_webfileid
PrimaryNameAttribute mspp_name
SchemaName mspp_webfile

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

mspp_alloworigin

Property Value
Description Defines CORS header Access-Control-Allow-Origin for cross origin requests.
DisplayName Allow Origin
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_alloworigin
MaxLength 250
RequiredLevel None
Type String

mspp_cloudblobaddress

Property Value
Description
DisplayName Cloud Blob Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_cloudblobaddress
MaxLength 100
RequiredLevel None
Type String

mspp_contentdisposition

Property Value
Description Shows the value to be applied to the HTTP Response Headers Content-Disposition.
DisplayName Content-Disposition
IsValidForForm True
IsValidForRead True
LogicalName mspp_contentdisposition
RequiredLevel None
Type Picklist

mspp_contentdisposition Choices/Options

Value Label Description
756150000 inline File should be automatically displayed.
756150001 attachment File is not displayed automatically and requires some form of action from the user to open it.

mspp_createdby

Property Value
Description Shows who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdby
RequiredLevel None
Targets systemuser
Type Lookup

mspp_createdbyipaddress

Property Value
Description
DisplayName Created By IP Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdbyipaddress
MaxLength 100
RequiredLevel None
Type String

mspp_createdbyusername

Property Value
Description
DisplayName Created By Username
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdbyusername
MaxLength 100
RequiredLevel None
Type String

mspp_createdon

Property Value
DateTimeBehavior UserLocal
Description Shows the date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdon
RequiredLevel None
Type DateTime

mspp_displaydate

Property Value
DateTimeBehavior UserLocal
Description
DisplayName Display Date
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName mspp_displaydate
RequiredLevel None
Type DateTime

mspp_displayorder

Property Value
Description
DisplayName Display Order
Format None
IsValidForForm True
IsValidForRead True
LogicalName mspp_displayorder
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

mspp_excludefromsearch

Property Value
Description Shows whether the web file is excluded from the portal search.
DisplayName Exclude From Search
IsValidForForm True
IsValidForRead True
LogicalName mspp_excludefromsearch
RequiredLevel None
Type Boolean

mspp_excludefromsearch Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_expirationdate

Property Value
DateTimeBehavior UserLocal
Description
DisplayName Expiration Date
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName mspp_expirationdate
RequiredLevel None
Type DateTime

mspp_hiddenfromsitemap

Property Value
Description
DisplayName Hidden From Sitemap
IsValidForForm True
IsValidForRead True
LogicalName mspp_hiddenfromsitemap
RequiredLevel ApplicationRequired
Type Boolean

mspp_hiddenfromsitemap Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_masterwebfileid

Property Value
Description Unique identifier for Web File associated with Web File.
DisplayName Master Web File
IsValidForForm True
IsValidForRead True
LogicalName mspp_masterwebfileid
RequiredLevel None
Targets mspp_webfile
Type Lookup

mspp_modifiedby

Property Value
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

mspp_modifiedbyipaddress

Property Value
Description
DisplayName Modified By IP Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedbyipaddress
MaxLength 100
RequiredLevel None
Type String

mspp_modifiedbyusername

Property Value
Description
DisplayName Modified By Username
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedbyusername
MaxLength 100
RequiredLevel None
Type String

mspp_modifiedon

Property Value
DateTimeBehavior UserLocal
Description Shows the date and time when the record was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedon
RequiredLevel None
Type DateTime

mspp_name

Property Value
Description The name of the custom entity.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_name
MaxLength 100
RequiredLevel ApplicationRequired
Type String

mspp_parentpageid

Property Value
Description Unique identifier for Web Page associated with Web File.
DisplayName Parent Page
IsValidForForm True
IsValidForRead True
LogicalName mspp_parentpageid
RequiredLevel Recommended
Targets mspp_webpage
Type Lookup

mspp_partialurl

Property Value
Description
DisplayName Partial URL
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_partialurl
MaxLength 1024
RequiredLevel ApplicationRequired
Type String

mspp_publishingstateid

Property Value
Description Unique identifier for Publishing State associated with Web File.
DisplayName Publishing State
IsValidForForm True
IsValidForRead True
LogicalName mspp_publishingstateid
RequiredLevel ApplicationRequired
Targets mspp_publishingstate
Type Lookup

mspp_releasedate

Property Value
DateTimeBehavior UserLocal
Description
DisplayName Release Date
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName mspp_releasedate
RequiredLevel None
Type DateTime

mspp_summary

Property Value
Description
DisplayName Summary
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_summary
MaxLength 25000
RequiredLevel None
Type Memo

mspp_title

Property Value
Description
DisplayName Title
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_title
MaxLength 512
RequiredLevel None
Type String

mspp_webfileId

Property Value
Description Unique identifier for entity instances
DisplayName Web File
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName mspp_webfileid
RequiredLevel SystemRequired
Type Uniqueidentifier

mspp_websiteid

Property Value
Description Unique identifier for Website associated with Web File.
DisplayName Website
IsValidForForm True
IsValidForRead True
LogicalName mspp_websiteid
RequiredLevel ApplicationRequired
Targets mspp_website
Type Lookup

statecode

Property Value
Description Status of the Web File
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

statecode Choices/Options

Value Label DefaultStatus InvariantName
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Property Value
Description Reason for the status of the Web File
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

statuscode Choices/Options

Value Label State
1 Active 0
2 Inactive 1

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

mspp_createdbyName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyname
MaxLength 200
RequiredLevel None
Type String

mspp_createdbyYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyyominame
MaxLength 200
RequiredLevel None
Type String

mspp_masterwebfileidName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_masterwebfileidname
MaxLength 100
RequiredLevel None
Type String

mspp_modifiedbyName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyname
MaxLength 200
RequiredLevel None
Type String

mspp_modifiedbyYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyyominame
MaxLength 200
RequiredLevel None
Type String

mspp_parentpageidName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_parentpageidname
MaxLength 100
RequiredLevel None
Type String

mspp_publishingstateidName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_publishingstateidname
MaxLength 100
RequiredLevel None
Type String

mspp_websiteidName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_websiteidname
MaxLength 100
RequiredLevel None
Type String

One-To-Many Relationships

Listed by SchemaName.

mspp_webfile_masterwebfile

Same as the mspp_webfile_masterwebfile many-to-one relationship for the mspp_webfile table/entity.

Property Value
ReferencingEntity mspp_webfile
ReferencingAttribute mspp_masterwebfileid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName mspp_webfile_masterwebfile
AssociatedMenuConfiguration Behavior: UseLabel
Group: Details
Label: Subscriber Web Files
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_webfile_shortcut

Same as the mspp_webfile_shortcut many-to-one relationship for the mspp_shortcut table/entity.

Property Value
ReferencingEntity mspp_shortcut
ReferencingAttribute mspp_webfileid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName mspp_webfile_shortcut
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_webfile_webpage_image

Same as the mspp_webfile_webpage_image many-to-one relationship for the mspp_webpage table/entity.

Property Value
ReferencingEntity mspp_webpage
ReferencingAttribute mspp_image
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName mspp_webfile_webpage_image
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

mspp_publishingstate_webfile

See the mspp_publishingstate_webfile one-to-many relationship for the mspp_publishingstate table/entity.

mspp_systemuser_mspp_webfile_createdby

Added by: System Solution Solution

See the mspp_systemuser_mspp_webfile_createdby one-to-many relationship for the systemuser table/entity.

mspp_systemuser_mspp_webfile_modifiedby

Added by: System Solution Solution

See the mspp_systemuser_mspp_webfile_modifiedby one-to-many relationship for the systemuser table/entity.

mspp_webfile_masterwebfile

See the mspp_webfile_masterwebfile one-to-many relationship for the mspp_webfile table/entity.

mspp_webpage_webfile

See the mspp_webpage_webfile one-to-many relationship for the mspp_webpage table/entity.

mspp_website_webfile

See the mspp_website_webfile one-to-many relationship for the mspp_website table/entity.

See also

Dataverse table/entity reference
Web API Reference
mspp_webfile EntityType