MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.ReadLong Method

See Also
 





Reads a long value with the specified name.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public long ReadLong (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadLong( _
    elementName As String, _
    parentElement As XmlElement _
) As Long

 Parameters

elementName

Type: String
A string specifying the name of the element.

parentElement

Type: XmlElement
The parent XML element.

 Return Value

Type: Int64
The read long value

 See Also