Method From
From(IPortalFrameSupportData?)
Creates a new instance of PortalFrameSupportDataParams class based on given portal frame support data
Declaration
public static PortalFrameSupportDataParams From(IPortalFrameSupportData? portalFrameSupportData)
Parameters
| Type | Name | Description |
|---|---|---|
| IPortalFrameSupportData | portalFrameSupportData | The portal frame support data to initialize the parameters by |
Returns
| Type | Description |
|---|---|
| PortalFrameSupportDataParams | The newly created instance of PortalFrameSupportDataParams class |