Label.bulkEditor(String) 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.
Caution
The bulkEditor method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.
Creates an instance of the LabelBulkEditor class.
public:
Microsoft::Dynamics::Ax::Xpp::LabelBulkEditor ^ bulkEditor(System::String ^ module);
[System.Obsolete("The bulkEditor method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")]
public Microsoft.Dynamics.Ax.Xpp.LabelBulkEditor bulkEditor (string module);
[<System.Obsolete("The bulkEditor method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")>]
member this.bulkEditor : string -> Microsoft.Dynamics.Ax.Xpp.LabelBulkEditor
Public Function bulkEditor (module As String) As LabelBulkEditor
Parameters
- module
- String
A string data type that specifies a three-letter label file ID.
Returns
An instance of the LabelBulkEditor class.
- Attributes
Remarks
The LabelBulkEditor class is used to quickly modify a label file. This method returns nullNothingnullptrunita null reference (Nothing in Visual Basic) when it is invoked from the client tier.