Previous Page | Next Page

Security Administration (ISecurityAdmin Interface)

GetAccessControlTemplateAttribs

Retrieves the attributes of an ACT.

Category: ACT administration methods


Syntax

GetAccessControlTemplateAttribs(tCtxt,ACTresource,ACT_attributes);


Parameters

Parameter Type Direction Description
tCtxt string in Optional handle representing a server-side transaction context.
ACTresource string in Passed resource identifier of an ACT object. If TCTXT is used, do not specify a value for ACTRESOURCE.
ACT_attributes string array out Returned two-dimensional string array containing ACT attributes.


Details

The GetAccessControlTemplateAttribs method retrieves the attributes of the specified ACT object. The requested attributes are returned in the ACT_ATTRIBUTES parameter. For a description of ACT attributes, see CreateAccessControlTemplate.


Exceptions Thrown

The SAS Open Metadata Interface explicitly returns the following exceptions for the GetAccessControlTemplateAttribs method:


Related Methods

Previous Page | Next Page | Top of Page