←Select platform

ReadIBMP8PropDescAttr Method

Summary

Gets the value of an attribute from the P8 data.

Syntax
C#
VB
C++
public static string ReadIBMP8PropDescAttr( 
   string xml, 
   string attributeName 
) 
Public Shared Function ReadIBMP8PropDescAttr( 
   ByVal xml As String, 
   ByVal attributeName As String 
) As String 
public:  
   static String^ ReadIBMP8PropDescAttr( 
      String^ xml, 
      String^ attributeName 
   ) 

Parameters

xml

Input XML containing a FileNet P8 annotation.

attributeName

Attribute name to read.

Return Value

The value of the attribute to read if found; otherwise, null.

Remarks

Refer to FileNet P8 and Daeja Annotations Support for more information and examples.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly