MapApi::GetType( int )
Returns the type of the specified view entry.
Virtual? |
No |
|
Class |
||
Arguments |
|
the index of the desired entry |
Returns |
|
the entry type |
Notes
The entry type is one of MapInclude
,
MapExclude
, and MapOverlay
.
MapExclude
entries negate earlier MapInclude
and MapOverlay
entries that map the same paths, and
MapOverlay
entries are not disambiguated if they overlap
with earlier MapInclude
entries.
In human-readable
Helix Core Server
view specifications, MapExclude
lines are indicated with a
-
character, and MapOverlay
lines are indicated
with a +
character.
See also
Example
See the example for MapApi::Count()
.