Share via


xVersionControl.getAvailableLabelId Method

Definition

Overloads

getAvailableLabelId(String, String, IdAllocationSchema)
getAvailableLabelId(String, String)

getAvailableLabelId(String, String, IdAllocationSchema)

public:
 virtual int getAvailableLabelId(System::String ^ _labelFile, System::String ^ _language, Dynamics::AX::Application::IdAllocationSchema _idAllocationSchema);
public virtual int getAvailableLabelId (string _labelFile, string _language, Dynamics.AX.Application.IdAllocationSchema _idAllocationSchema);
abstract member getAvailableLabelId : string * string * Dynamics.AX.Application.IdAllocationSchema -> int
override this.getAvailableLabelId : string * string * Dynamics.AX.Application.IdAllocationSchema -> int
Public Overridable Function getAvailableLabelId (_labelFile As String, _language As String, _idAllocationSchema As IdAllocationSchema) As Integer

Parameters

_labelFile
String
_language
String
_idAllocationSchema
IdAllocationSchema

Returns

Applies to

getAvailableLabelId(String, String)

public:
 virtual int getAvailableLabelId(System::String ^ text1, System::String ^ text2);
public virtual int getAvailableLabelId (string text1, string text2);
abstract member getAvailableLabelId : string * string -> int
override this.getAvailableLabelId : string * string -> int
Public Overridable Function getAvailableLabelId (text1 As String, text2 As String) As Integer

Parameters

text1
String
text2
String

Returns

Applies to