Parameters
- pNameParts
- New name for the page
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Cannot set name of the page |
System.ArgumentNullException | Thrown
when
pNameParts
is
null . |
NameConflictException | Thrown
when
page
with
pNameParts
name
already
exists
in
pProject
. |
InvalidPageNameException_IncorrectParts | Thrown
when
entries
in
pNameParts
contain
invalid
tag
values. |