WebResource
- Namespace:
PPDS.Dataverse.Generated - Assembly:
PPDS.Dataverse - Kind: Class
- Base:
Entity - Implements:
INotifyPropertyChanged,INotifyPropertyChanging,IExtensibleDataObject
Summary
Data equivalent to files used in Web development. Web resources provide client-side components that are used to provide custom user interface elements.
Members
Constructors
WebResource()
WebResource()
Default Constructor.
Properties
Content
string Content { get; set; }
Bytes of the web resource, in Base64 format.
CreatedBy
EntityReference CreatedBy { get; }
Unique identifier of the user who created the web resource.
CreatedOn
Nullable<DateTime> CreatedOn { get; }
Date and time when the web resource was created.
Description
string Description { get; set; }
Description of the web resource.
DisplayName
string DisplayName { get; set; }
Display name of the web resource.
IsCustomizable
BooleanManagedProperty IsCustomizable { get; set; }
Information that specifies whether this component can be customized.
IsManaged
Nullable<bool> IsManaged { get; }
Information that specifies whether this web resource is managed.
ModifiedBy
EntityReference ModifiedBy { get; }
Unique identifier of the user who last modified the web resource.
ModifiedOn
Nullable<DateTime> ModifiedOn { get; }
Date and time when the web resource was last modified.
Name
string Name { get; set; }
Name of the web resource.
WebResourceId
Nullable<Guid> WebResourceId { get; set; }
Unique identifier of the web resource.
WebResourceType
OptionSetValue WebResourceType { get; set; }
Type of the web resource.
lk_webresourcebase_createdby
SystemUser lk_webresourcebase_createdby { get; }
N:1 lk_webresourcebase_createdby
lk_webresourcebase_modifiedby
SystemUser lk_webresourcebase_modifiedby { get; }
N:1 lk_webresourcebase_modifiedby