CreateAction Element

System.Object

ActionType

CreateAction

 

Client Declaration

Represents a pending action for creating a new Content Engine object. For more information, see the Java™ API Create class topic in the IBM® FileNet® P8 documentation.

The TargetSpecification attribute of the ChangeRequest element specifies the scope object in which the new object is to be created:

If you are creating an object store, the ActionProperties attribute of the ChangeRequest element must contain a list of administrative and general user security principals using ListOfString elements named "Administrators" and GeneralUsers", respectively.

 

Element Structure

Attributes

Attributes Specific to .NET Clients

 

Code Example

CreateAction objCreate = new CreateAction();
objCreate.classId = "Folder";

 

XML Schema

<xsd:complexType name="CreateAction">
   <xsd:complexContent>
      <xsd:extension base="ActionType">
         <xsd:attribute name="classId" type="xsd:string" use="required"/>	 
         <xsd:attribute name="autoUniqueContainmentName" type="xsd:boolean"/>
         <xsd:attribute name="defineSecurityParentage" type="xsd:boolean"/>	 
         <xsd:attribute name="reservationType" type="ReservationType"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>