FormDataSource.resolvePartLinks(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual cli::array <System::Object ^> ^ resolvePartLinks(System::String ^ relationName, int partTableId);
public virtual object[] resolvePartLinks (string relationName, int partTableId);
abstract member resolvePartLinks : string * int -> obj[]
override this.resolvePartLinks : string * int -> obj[]
Public Overridable Function resolvePartLinks (relationName As String, partTableId As Integer) As Object()
Parameters
- relationName
- String
- partTableId
- Int32
Returns
Object[]