Aspose::Pdf::Forms::XFA::idx_get method

XFA::idx_get method

Gets of sets data node value according path .

System::String Aspose::Pdf::Forms::XFA::idx_get(System::String path)
ParameterTypeDescription
pathSystem::StringData node path, e.g. form1[0].Subform1[0].Subform2[0].Subform3[0].TextField[0]. Be sure to include indices even if data contains only single occurences of each nodes, i.e. write node1[0].node2[0]… instead of node1.node2…

ReturnValue

Data node value.

See Also