Home > @poq/sdk-sfcc > ContentFolder > (constructor)
Constructs a new instance of the ContentFolder
class
Signature:
constructor(params?: {
id: string;
cCustomCSSFile?: string;
description?: string;
folders?: Array<ContentFolder>;
name?: string;
pageDescription?: string;
pageKeywords?: string;
pageTitle?: string;
parentFolderId?: string;
});
Parameter | Type | Description |
---|---|---|
params | { id: string; cCustomCSSFile?: string; description?: string; folders?: Array<ContentFolder>; name?: string; pageDescription?: string; pageKeywords?: string; pageTitle?: string; parentFolderId?: string; } | (Optional) |