M

ExtendedPropertiesLinkValues.AddValue

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