Exit E20-405 EMC Content Management Server Programming(CMSP)
Question 4 of 5
0% complete
Q4 Single choice

In the following code, which statement is required to create a public ACL object (assume all variables and objects are valid)?

  • A

    newACL.setObjectName("Public Read ACL");

  • B

    newACL.setDomain("dm_dbo");

  • C

    newACL.setACLClass(3);

  • D

    newACL.grant("dm_world", IDfACL.DF_PERMIT_READ, "");