Questions tagged [episerver-10]

Episerver is a global cutting-edge software company creating cloud-based digital commerce, personalization and content management technology. This tag is for version 10.

Episerver is a global cutting-edge software company creating cloud-based digital commerce, personalization and content management technology. This tag is for version 10.

5 questions
2
votes
1 answer

Trigger an event while removing a block from a content area on a page (using "Remove" on the Content Area) and when a user click on "Move to Trash" i

I want to trigger an event whenever editor removes a block (using "Remove" on the Content Area) and when a user click on "Move to Trash" on a block in the asset pane. I find DataFactory.Instance.MovedContent event which is firing on every click on…
Janmejay Kumar
  • 309
  • 2
  • 7
2
votes
2 answers

In Episerver CMS, how to create a property to display the source URL of an uploaded image or PDF asset (in the Episerver editor interface)?

Annoyingly, the MediaData class in Episerver doesn't have any basic properties like source URL, alt text, etc. I'm trying to implement a class to inherit from MediaData and provide specific properties for a certain type of media asset (PDF in this…
0
votes
2 answers

set value for the built in properties episerver, StopPublish

Im trying to enforce the user to set a DateTime for StopPublish [Required] public virtual DateTime EnforceStopPublish { get; set; } public override DateTime? StopPublish { get { return EnforceStopPublish; } } didn't work,…
Gonzalo
  • 322
  • 1
  • 3
  • 13
0
votes
0 answers

The WebSocket instance cannot be used for communication because it has been transitioned into an invalid state

I have the latest version of EpiServer on my Windows server 2016 and almost every minute I have this warning on my event log: WebSocketException The WebSocket instance cannot be used for communication because it has been transitioned into an…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80
0
votes
2 answers

overwriting module config in addons like forms

I am developing a solution in EpiServer 10 and I have installed some addons like EpiServer form. Now I want to change the styles of the forms, and the easiest way that comes to my mind is to change the modules.config file for the…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80