Click or drag to resize

LinkedContentTypeGetIView 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: SystemGuid
GUID of the view.

Return Value

Type: IContentView
IContentView

Implements

IContentTypeGetIView(Guid)
See Also