MetadataStructureValidatorItems Method

Return items in the obj as list.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected virtual List<Object> Items(
	Object obj
)

Parameters

obj  Object
Object to extract the values from.

Return Value

ListObject
Collection of extracted items.

See Also