Poq.SDK.Node

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

Content.(constructor)

Constructs a new instance of the Content class

Signature:

constructor(params?: {
        id: string;
        cYear?: string;
        cBody?: string;
        cCustomCSSFile?: string;
        description?: string;
        name?: string;
        pageDescription?: string;
        pageKeywords?: string;
        pageTitle?: string;
    });

Parameters

Parameter Type Description
params { id: string; cYear?: string; cBody?: string; cCustomCSSFile?: string; description?: string; name?: string; pageDescription?: string; pageKeywords?: string; pageTitle?: string; } (Optional)