M

ExtendedPropertiesLinkValues.AddValue

Description:
Add an integer value for a given schema id.
Overloads (3):
AddValue(ForgeTypeId,Int32)
public bool AddValue(
	ForgeTypeId schemaId,
	int value
)
  • schemaId
    Identifier of the schema.
  • Int32
    value
    The integer value.
Return Value Boolean True if the data was added, false otherwise.