QDVWBS.CopyWholeWBSColumnValues Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.CopyWholeColumnValues instead.

Copy whole content of a column into another column
[Obsolete("Use Qdv.UserApi.IWbs.CopyWholeColumnValues instead.")] 
public void CopyWholeWBSColumnValues( 
string SourceColumnName
string TargetColumnName
bool WriteToBranchesToo = True, 
WhereInWBSBranches WriteWhereForBranches = WhereInWBSBranches.Auto, 
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

SourceColumnName
string

The mnemonic of the source column

TargetColumnName
string

The mnemonic of the target column

WriteToBranchesToo
bool

Optional. The default value is True. If set to true, then values are also written to branches; otherwise, values are only written to leaves.

WriteWhereForBranches
WhereInWBSBranches

Optional. The default value is QDVWBS.WhereInWBSBranches.Auto. Can write to bottom of branches or to top of branches.

ErrorNumber
int

Optional. The error number. 0 when no error.

ErrorMessage
string

Optional. The error message. Blank when no error

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition