Class CardDesignerACEFactory
Creates new instance of CardDesigner ACE based on provided WebPart
Inheritance
System.Object
CardDesignerACEFactory
Assembly: PnP.Core.dll
Syntax
public class CardDesignerACEFactory : ACEFactory
Properties
Id of CardDesigner AdaptiveCardExtension
Declaration
public override string ACEId { get; }
Property Value
Overrides
Methods
Declaration
public override AdaptiveCardExtension BuildACEFromWebPart(IPageWebPart control)
Parameters
IPageWebPart
control
WebPart used to store ACE configuration
|
Returns
Overrides