Poq.SDK.Node

Home > @poq/sdk-sfcc > ContentFolder > (constructor)

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;
    });

Parameters

Parameter Type Description
params { id: string; cCustomCSSFile?: string; description?: string; folders?: Array<ContentFolder>; name?: string; pageDescription?: string; pageKeywords?: string; pageTitle?: string; parentFolderId?: string; } (Optional)