Click or drag to resize
TmplItemCollectionCheckAll Method (ProgressCollection, String, String, Boolean)

[This is preliminary documentation and is subject to change.]

Check all TmplItems in collection

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public int CheckAll(
	ProgressCollection progressCollection,
	string refPath,
	string margin,
	bool showAll
)

Parameters

progressCollection
Type: ProgressCollection
refPath
Type: SystemString
path(s) for refrenced fiels
margin
Type: SystemString
showAll
Type: SystemBoolean

Return Value

Type: Int32

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItemCollection.CheckAll(CSC.SC.Enterprise.Utilities.ProgressCollection,System.String,System.String,System.Boolean)"]

See Also