IPortalFrameValleySetColumnBaseAsync Method

Sets the column base

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

Parameters

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

Return Value

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