Content.getSummary (Method)

Returns a structure containing basic information about a requested item. Item may be a CommonSpot page, uploaded document, etc.

Returns:

Content_GetSummaryResult (struct)

Each row of the returned query results has the following fields:

Field Name Type Description
FileName FileName_ValidURL File name of the requested item, or for registered URLs, the full URL.
ID NonNegativeInteger ID of the requested item.
ObjectType PlainText_40 Type of the requested item.
SubsiteURL Any Subsite URL of the requested item.
Title PlainText_NonNull_255 The internal CommonSpot internal CommonSpot title of the requested item.

Arguments:

Name Type Required Description
id NonNegativeInteger Required ID of the requested item.

Context:

License Requirements (none)
Permission Requirements (none)
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None