Home > Contents > Index >  
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

ASSETSET.GETASSETCOUNT

Retrieves a count of assets, given optional sort criteria.

Syntax

Parameters

NAME (required)
Input parameter. Name of the assetset object.

LIST (optional)
Input parameter. Name of the list that determines sort order. This list has the following columns:

IMMEDIATEONLY (optional)
Input parameter. Boolean value indicating whether to consider inherited attribute values or not. A false value indicates that inherited values should be considered (the default).

VARNAME (required)
Input and output parameter. As input, name of the variable that holds the assigned count on output.

Description

When called, ASSETSET.GETASSETCOUNT creates the specified variable with the count of table rows that results if ASSETSET.GETASSETLIST were called with similar parameters.

NOTE: This tag also causes dependencies to be recorded for all assets that contribute to the returned lists, or if this assetset object is not an enumerated one, then the equivalent of RENDER.UNKNOWNDEPS will be performed.

Example

   Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.