PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Gets the repository folder of the specified repository item.

Syntax

Smartsite SXML CopyCode image Copy Code
integer cms.repository.getrepository(locator item)
integer cms.repository.getrepository(locator item, locator publication)

Parameters

Name Data Type Description
item Locator The item.
publication Locator The publication

Return Value

Data Type Description
Integer The number of the repository folder when the specified item is a repository item, otherwise null.
SXML