PartsSaveCustomContentToPartId Method

Saves content for a custom part.

Namespace: BBNCExtensions.API.Parts
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract void SaveCustomContentToPartId(
	int partId,
	Object CustomContent
)

Parameters

partId
Type: SystemInt32
The ID of the part.
CustomContent
Type: SystemObject
The custom content to be saved.