PageInfosClone Method (IAppContext, CloneStatusAttrs) |
The Clone method creates a copy of this
PageInfos collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PageInfos Clone(
IAppContext appContext,
CloneStatusAttrs cloneStatus
)
Public Function Clone (
appContext As IAppContext,
cloneStatus As CloneStatusAttrs
) As PageInfos
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context object. Note that this must be a live application
context object as it stays connected to this object for the life of the object. - cloneStatus
- Type: NetQuarryCloneStatusAttrs
Sets the status of the cloned PageInfo objects from CloneStatusAttrs.
Return Value
Type:
PageInfosReturns the clone of the copied PageInfos collection.
See Also