GenericTimeAgent.

AddCustomDataId(string, string) Method

Summary

Add a custom data to be persisted to the component's list. No security is made to check if the component and its member really exist

Syntax

public bool AddCustomDataId(string componentType, string memberName)

Parameters

Name Type Description
componentType string The type of the component
memberName string The name of the component's member

Return Value

Type Description
bool