Click or drag to resize

PFItemHtmlHelperIsSectionVisible Method

Determines whether a section with a specified (modeling) id is shown or not.

By default, is based on the current state modeling settings. But returns true anyway if the unlimited modifications mode is active.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual bool IsSectionVisible(
	int sectionId
)

Parameters

sectionId
Type: SystemInt32

Return Value

Type: Boolean
See Also