QDVWBS.CopyWholeWBSColumnValues Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.CopyWholeColumnValues instead.
[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