ServiceClient.StagingNameCheck(International, String, OperationResult) Method

Definition

Checks the staging name to see if the name is unique or the name is already used.

public:
 bool StagingNameCheck(Microsoft::MasterDataServices::International ^ International, System::String ^ StagingName, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public bool StagingNameCheck (Microsoft.MasterDataServices.International International, string StagingName, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.StagingNameCheck : Microsoft.MasterDataServices.International * string * OperationResult -> bool
Public Function StagingNameCheck (International As International, StagingName As String, ByRef OperationResult As OperationResult) As Boolean

Parameters

International
International

The cultural settings.

StagingName
String

The staging name to check.

OperationResult
OperationResult

When this method returns, contains the operation result. This parameter is passed uninitialized.

Returns

true if the staging name is unique; false if the name is already used.

Applies to