Click or drag to resize

ContentTypeGetView Method (Guid)

Gets a view by its GUID.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ContentView GetView(
	Guid viewGuid
)

Parameters

viewGuid
Type: SystemGuid
GUID of the view.

Return Value

Type: ContentView
ContentView
See Also