Home > Contents > Index >
Expanded TOC   |    Purpose TOC   |    Annotated TOC   |    Index

 

SPGetProperties

Retrieves the properties for the specified node ID.

Syntax

Parameters

authusername (required)
(String) Name of the user to log in, as registered in Content Server.

authpassword(required)
(String) Password for the associated user name.

NODEID (Required)
(String) ID number of the parent SitePlan node. Content Server generates the node ID.

Description

Retrieves the properties for the specified node ID.To get the NodeID, first call the AssetLoad operation to retrieve the asset, and then call the AssetGetSiteNode operation to extract the node ID number.

Returns

A list that contains the SitePlan node properties.

errno

The possible values of errno include:

Value Description
-10004 A required parameter is missing.
-10005 The requested object is not in the object pool (is not loaded into memory).

 

Example

This code extracts the child pages for the page asset identified as the node ID of the page:

 

  Home > Contents > Index >

FatWire Web Services Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.