IPortalFrameSpanSetPropBaseAsync Method

Sets the prop base

Namespace:  TSD.API.Remoting.PortalFrames
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IOperationResult> SetPropBaseAsync(
	PortalFrameBaseParams parameters
)

Parameters

parameters
Type: TSD.API.Remoting.PortalFrames.CreatePortalFrameBaseParams
The parameters of the prop base

Return Value

Type: TaskIOperationResult
The result of the operation
Remarks
This operation is valid if the PortalFrameSpanType is set to Propped
See Also