Click or drag to resize

ApplicationManagerGetStructureMeta Method

Get the Structure details for given structure name

Namespace:  Unvired.Kernel.UWP.Core
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public StructureMeta GetStructureMeta(
	string structureName
)

Parameters

structureName
Type: SystemString
structure name for which structure details to be fetched

Return Value

Type: StructureMeta
StructureMeta
See Also