←Select platform

WriteIBMP8PropDescAttr Method

Summary

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

Syntax
C#
C++/CLI
Python
public static string WriteIBMP8PropDescAttr( 
   string xml, 
   string attributeName, 
   string value, 
   IBMP8WriteOptions writeOptions 
) 
public:  
   static String^ WriteIBMP8PropDescAttr( 
      String^ xml, 
      String^ attributeName, 
      String^ value, 
      IBMP8WriteOptions^ writeOptions 
   ) 
def WriteIBMP8PropDescAttr(self,xml,attributeName,value,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.