Stylesheets.getStyleSheetSetScheduleProperties (Method)

Returns zero or more structures, each containing a style sheets scheduled properties, which are 'schedulePropertyName' and 'schedulePropertyValue'.

Returns:

ScheduleProperties_Result (query)

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

Field Name Type Description
schedulePropertyName PlainText_NonNull The property's name.
schedulePropertyValue PlainText_NonNull The property's value.

Arguments:

Name Type Required Description
styleSheetSetID StyleSheetSetID Required The ID of the style sheet set to which the style sheet belongs.
pageID RealPageID Required A page's ID.

Context:

License Requirements None
Permission Requirements ContributorOrServerCode
Deny Context None
Require Context None
Author Lock  

Error Codes:

Code Error Message
52005 The page ID and style sheet set ID do not correspond with each other.

Notes:

None