Parts Class

Contains methods for creating new custom parts and loading/saving part content and metadata.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.PartsParts

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 class Parts

The Parts type exposes the following members.

Methods
  NameDescription
Public methodCreateNewPartInstance
Creates a new instance of a part.
Public methodGetAllPartsOfType
Gets a list of PartInfo objects for each part instance of a specified type.
Public methodGetPartTypeInfoByName
Gets a PartTypeInfo object for the part type of a specified name.
Public methodLoadCustomContentFromPartId
Loads content for a custom part.
Public methodSaveCustomContentToPartId
Saves content for a custom part.