Click or drag to resize

LinkedContentType.GetIView Method

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 IContentView GetIView(
	Guid viewGuid
)

Parameters

viewGuid
Type: System.Guid
GUID of the view.

Return Value

Type: IContentView
IContentView

Implements

IContentType.GetIView(Guid)
See Also