XDocument.GetErrorsForDocument Method | |
Get error for a specific document
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax STATIC METHOD GetErrorsForDocument(
nDocHandle AS INT64
) AS IEnumerable<XError>
public static IEnumerable<XError> GetErrorsForDocument(
long nDocHandle
)
Request Example
View SourceParameters
- nDocHandle
- Type: Int64
Return Value
Type:
IEnumerableXErrorSee Also