Click or drag to resize

ReferenceGeneratorGenerateReference Method

Generates the next reference, based on year, content-type and index.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static string GenerateReference(
	PFContentType contentType
)

Parameters

contentType
Type: Packflow.CorePFContentType

Return Value

Type: String
The generated reference
See Also