←Select platform

WriteIBMP8PropDescAttr Method

Summary

Sets or replaces the value of an attribute in the P8 data.

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

Parameters

xml

XML containing a FileNet P8 annotation.

attributeName

Attribute name to write or replace its value.

value

Attribute value to write.

writeOptions

Write options.

Return Value

The old attribute value 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