buildCollection-Site-Methode
Variable |
Typ |
Beschreibung |
type |
CollectionType |
Der Typ der Sammlung. |
title |
Zeichenfolge |
Der Titel der Sammlung. |
articleId |
Zeichenfolge |
Eine eindeutige Artikel-ID, die Sie zur Identifizierung einer Sammlung auf Ihrer Site gewählt haben. |
url |
Zeichenfolge |
Die kanonische absolute URL für diese Sammlung. |
Java-Beispiel
Collection collection = site.buildCollection(type, title, articleId, url);
NodeJS-Beispiel
var collection = site.buildCollection(type, title, articleId, url);
PHP-Beispiel
$collection = site->buildCollection(type, title, articleId, url);
Python-Beispiel
collection = site.build_collection(type, title, articleId, url)
Ruby-Beispiel
collection = site.build_collection(type, title, articleId, url)
Materialien auf adobe.com