Search
ItemTypeResolver.ResolveTypeId Method
See Also
 





Returns the id of the specified Type.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public override string ResolveTypeId (
    Type type
)

Visual Basic  Copy Code

Public Overrides Function ResolveTypeId( _
    type As Type _
) As String

 Parameters

type

 Return Value

 See Also