Aspose::Words::Settings::OdsoRecipientDataCollection::Add method

OdsoRecipientDataCollection::Add method

Adds an object to the end of this collection.

int32_t Aspose::Words::Settings::OdsoRecipientDataCollection::Add(const System::SharedPtr<Aspose::Words::Settings::OdsoRecipientData> &value)
ParameterTypeDescription
valueconst System::SharedPtr<Aspose::Words::Settings::OdsoRecipientData>&The object to add. Cannot be null.

See Also