MultiArchive SDK .NET Documentation |
FieldService..::..RetrieveFields Method (Credentials, String, String) |
FieldService Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Method for retrieving field definitions for an item component in MultiArchive.
The URN used for the method should be a valid itemURN constructed like 'urn:multiarchive:item:A42:25'
The URN used for the method should be a valid itemURN constructed like 'urn:multiarchive:item:A42:25'
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
---|
public Field[] RetrieveFields( Credentials credentials, string componentUrn, string locale ) |
Visual Basic |
---|
Public Function RetrieveFields ( credentials As Credentials, componentUrn As String, locale As String ) As Field() |
Visual C++ |
---|
public: array<Field^>^ RetrieveFields( Credentials^ credentials, String^ componentUrn, String^ locale ) |
Parameters
- credentials
- Type: Credentials
A Credentials object with information about the current user.
- componentUrn
- Type: System..::..String
A string representation of the Component URN for the specified Component.
- locale
- Type: System..::..String
A string representation of the locale.
Return Value
Type: array<Field>[]()[][]The method returns an array of Field definitions for an item component.