PartsLoadCustomContentFromPartId Method

Loads 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 Object LoadCustomContentFromPartId(
	int partId,
	Type Type
)

Parameters

partId
Type: SystemInt32
The ID of the part.
Type
Type: SystemType
The System.Type into which the content should be deserialized.

Return Value

Type: Object
An object of type Type that contains the deserialized custom part content.