DSPMetadata AddPrimitiveProperty Method
Adds a primitive property to the specified resourceType.

Namespace: HotDocs.Sdk.DataServices
Assembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void AddPrimitiveProperty(
	ResourceType resourceType,
	string name,
	Type propertyType
)

Parameters

resourceType
Type: OnlineSystem.Data.Services.Providers ResourceType
The resource type to add the property to.
name
Type: OnlineSystem String
The name of the property to add.
propertyType
Type: OnlineSystem Type
The CLR type of the property to add. This can be only a primitive type.
See Also