Home > @tridion-sites/open-api-client > BluePrintingService > localize
Localizes a shared item in the BluePrint to create a local copy that can then be modified locally. This operation returns an instance of ‘RepositoryLocalObject’ type, as implemented by one of the following:<ul class="model-list"><li>Bundle</li><li>BusinessProcessType</li><li>Category</li><li>Component</li><li>ComponentTemplate</li><li>ExternalCategory</li><li>ExternalComponent</li><li>ExternalContainer</li><li>ExternalKeyword</li><li>Folder</li><li>Keyword</li><li>Page</li><li>PageTemplate</li><li>ResolvedBundle</li><li>Schema</li><li>SearchFolder</li><li>StructureGroup</li><li>TargetGroup</li><li>TemplateBuildingBlock</li><li>TridionProcessDefinition</li></ul>
Signature:
static localize({ escapedItemId, }: {
escapedItemId: string;
}): CancelablePromise<RepositoryLocalObject>;
Parameter | Type | Description |
---|---|---|
{ escapedItemId, } | { escapedItemId: string; } | Â |
Returns:
CancelablePromise<RepositoryLocalObject>
RepositoryLocalObject The request has completed and has resulted in one or more new resources being created.
ApiError