Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
Data equivalent to files used in Web development. Web resources provide client-side components that are used to provide custom user interface elements.
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
Create | POST [org URI]/api/data/v9.0/webresourceset Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
Delete | DELETE [org URI]/api/data/v9.0/webresourceset(webresourceid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
Retrieve | GET [org URI]/api/data/v9.0/webresourceset(webresourceid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/webresourceset Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
RetrieveUnpublished | RetrieveUnpublished Function | RetrieveUnpublishedRequest |
RetrieveUnpublishedMultiple | RetrieveUnpublishedMultiple Function | RetrieveUnpublishedMultipleRequest |
Update | PATCH [org URI]/api/data/v9.0/webresourceset(webresourceid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | WebResources |
DisplayCollectionName | Web Resources |
DisplayName | Web Resource |
EntitySetName | webresourceset |
IsBPFEntity | False |
LogicalCollectionName | webresources |
LogicalName | webresource |
OwnershipType | OrganizationOwned |
PrimaryIdAttribute | webresourceid |
PrimaryNameAttribute | name |
SchemaName | WebResource |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- CanBeDeleted
- Content
- ContentJson
- DependencyXml
- Description
- DisplayName
- IntroducedVersion
- IsAvailableForMobileOffline
- IsCustomizable
- IsEnabledForMobileClient
- IsHidden
- LanguageCode
- Name
- SilverlightVersion
- WebResourceId
- WebResourceType
CanBeDeleted
Eigenschaft | Wert |
---|---|
Description | Information that specifies whether this component can be deleted. |
DisplayName | Can Be Deleted |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | canbedeleted |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
Content
Eigenschaft | Wert |
---|---|
Description | Bytes of the web resource, in Base64 format. |
DisplayName | |
FormatName | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | content |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | String |
ContentJson
Eigenschaft | Wert |
---|---|
Description | Json representation of the content of the resource. |
DisplayName | |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | contentjson |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
DependencyXml
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | DependencyXML |
Format | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | dependencyxml |
MaxLength | 5000 |
RequiredLevel | None |
Type | Memo |
Description
Eigenschaft | Wert |
---|---|
Description | Description of the web resource. |
DisplayName | Description |
Format | TextArea |
IsLocalizable | True |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
MaxLength | 2000 |
RequiredLevel | None |
Type | Memo |
DisplayName
Eigenschaft | Wert |
---|---|
Description | Display name of the web resource. |
DisplayName | Display Name |
FormatName | Text |
IsLocalizable | True |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | displayname |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
IntroducedVersion
Eigenschaft | Wert |
---|---|
Description | Version in which the form is introduced. |
DisplayName | Introduced Version |
FormatName | VersionNumber |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | introducedversion |
MaxLength | 48 |
RequiredLevel | None |
Type | String |
IsAvailableForMobileOffline
Eigenschaft | Wert |
---|---|
Description | Information that specifies whether this web resource is available for mobile client in offline mode. |
DisplayName | Is Available For Mobile Offline |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isavailableformobileoffline |
RequiredLevel | SystemRequired |
Type | Boolean |
IsAvailableForMobileOffline Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
IsCustomizable
Eigenschaft | Wert |
---|---|
Description | Information that specifies whether this component can be customized. |
DisplayName | Customizable |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustomizable |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
IsEnabledForMobileClient
Eigenschaft | Wert |
---|---|
Description | Information that specifies whether this web resource is enabled for mobile client. |
DisplayName | Is Enabled For Mobile Client |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | isenabledformobileclient |
RequiredLevel | SystemRequired |
Type | Boolean |
IsEnabledForMobileClient Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
IsHidden
Eigenschaft | Wert |
---|---|
Description | Information that specifies whether this component should be hidden. |
DisplayName | Hidden |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ishidden |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
LanguageCode
Eigenschaft | Wert |
---|---|
Description | Language of the web resource. |
DisplayName | Language |
Format | Language |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | languagecode |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
Name
Eigenschaft | Wert |
---|---|
Description | Name of the web resource. |
DisplayName | Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | name |
MaxLength | 256 |
RequiredLevel | SystemRequired |
Type | String |
SilverlightVersion
Eigenschaft | Wert |
---|---|
Description | Silverlight runtime version number required by a silverlight web resource. |
DisplayName | Silverlight Version |
FormatName | Text |
IsLocalizable | True |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | silverlightversion |
MaxLength | 20 |
RequiredLevel | None |
Type | String |
WebResourceId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the web resource. |
DisplayName | Web Resource Identifier |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | webresourceid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
WebResourceType
Eigenschaft | Wert |
---|---|
Description | Drop-down list for selecting the type of the web resource. |
DisplayName | Type |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | webresourcetype |
RequiredLevel | SystemRequired |
Type | Picklist |
WebResourceType Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Webpage (HTML) | |
2 | Style Sheet (CSS) | |
3 | Script (JScript) | |
4 | Data (XML) | |
5 | PNG format | |
6 | JPG format | |
7 | GIF format | |
8 | Silverlight (XAP) | |
9 | Style Sheet (XSL) | |
10 | ICO format | |
11 | Vector format (SVG) | |
12 | String (RESX) |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.
- ComponentState
- ContentFileRef_Name
- ContentJsonFileRef_Name
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- IsManaged
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- OverwriteTime
- SolutionId
- SupportingSolutionId
- VersionNumber
- WebResourceIdUnique
ComponentState
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Component State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentstate |
RequiredLevel | SystemRequired |
Type | Picklist |
ComponentState Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | Published | |
1 | Unpublished | |
2 | Deleted | |
3 | Deleted Unpublished |
ContentFileRef_Name
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | contentfileref_name |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
ContentJsonFileRef_Name
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | contentjsonfileref_name |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
CreatedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who created the web resource. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the web resource was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who created the web resource. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
IsManaged
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismanaged |
RequiredLevel | SystemRequired |
Type | Boolean |
IsManaged Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Managed | |
0 | Unmanaged |
Standardwert: 0
ModifiedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who last modified the web resource. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the web resource was last modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who modified the web resource. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OrganizationId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the organization associated with the web resource. |
DisplayName | Organization |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationid |
RequiredLevel | SystemRequired |
Targets | organization |
Type | Lookup |
OrganizationIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationidname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OverwriteTime
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | For internal use only. |
DisplayName | Record Overwrite Time |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
SolutionId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the associated solution. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SupportingSolutionId
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | supportingsolutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
VersionNumber
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
WebResourceIdUnique
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | webresourceidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- webresource_savedqueryvisualizations
- solution_configuration_webresource
- webresource_userqueryvisualizations
- lk_theme_logoid
- webresource_appaction_iconwebresourceid
- webresource_appaction_onclickeventjavascriptwebresourceid
webresource_savedqueryvisualizations
Wie die webresource_savedqueryvisualizations-Viele-zu-Eins-Beziehung für die savedqueryvisualization-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | savedqueryvisualization |
ReferencingAttribute | webresourceid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | webresource_savedqueryvisualizations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
solution_configuration_webresource
Wie die solution_configuration_webresource-Viele-zu-Eins-Beziehung für die solution-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | solution |
ReferencingAttribute | configurationpageid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | solution_configuration_webresource |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_userqueryvisualizations
Wie die webresource_userqueryvisualizations-Viele-zu-Eins-Beziehung für die userqueryvisualization-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | userqueryvisualization |
ReferencingAttribute | webresourceid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | webresource_userqueryvisualizations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_theme_logoid
Wie die lk_theme_logoid-Viele-zu-Eins-Beziehung für die theme-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | theme |
ReferencingAttribute | logoid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_theme_logoid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_appaction_iconwebresourceid
Hinzugefügt von: Power Apps Actions-Lösung
Wie die webresource_appaction_iconwebresourceid-Viele-zu-Eins-Beziehung für die appaction-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | appaction |
ReferencingAttribute | iconwebresourceid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | webresource_appaction_iconwebresourceid |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_appaction_onclickeventjavascriptwebresourceid
Hinzugefügt von: Power Apps Actions-Lösung
Wie die webresource_appaction_onclickeventjavascriptwebresourceid-Viele-zu-Eins-Beziehung für die appaction-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | appaction |
ReferencingAttribute | onclickeventjavascriptwebresourceid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | webresource_appaction_onclickeventjavascriptwebresourceid |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Viele-zu-Eins-Beziehungen
Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.
- lk_webresourcebase_modifiedonbehalfby
- webresource_createdby
- lk_webresourcebase_createdonbehalfby
- webresource_modifiedby
- webresource_organization
lk_webresourcebase_modifiedonbehalfby
Siehe die lk_webresourcebase_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
webresource_createdby
Siehe die webresource_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_webresourcebase_createdonbehalfby
Siehe die lk_webresourcebase_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
webresource_modifiedby
Siehe die webresource_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
webresource_organization
Siehe die webresource_organization-Eins-zu-Viele-Beziehung für die organization-Tabelle/-Entität.
Viele-zu-Viele-Beziehungen
Beziehungsdetails, bei denen die Tabelle WebResource die erste Tabelle in der Beziehung ist. Aufgelistet durch SchemaName.
appactionrule_webresource_scripts
Siehe die appactionrule_webresource_scripts-Viele-zu-Viele-Beziehung für die appactionrule-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz webresource EntityType