Click or drag to resize
SequenceExtensionGenerateNextValue Method
Generate next value.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract string GenerateNextValue(
	CTProject poActiveProject,
	string bsDependentPropVal,
	out string pbsExternalID
)

Parameters

poActiveProject
Type: CTProject
Active project
bsDependentPropVal
Type: SystemString
Dependent propety value
pbsExternalID
Type: SystemString
Specify ID for the sequence you generated. This will be used in rollback call.

Return Value

Type: String
Formatted serial
See Also