[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
protected void ResolveAvailabilityConflict( ref string currentAvail, string newAvail )  | 
| Visual Basic (Declaration) | 
|---|
Protected Sub ResolveAvailabilityConflict ( _ ByRef currentAvail As String, _ newAvail As String _ )  | 
| Visual C++ | 
|---|
protected: void ResolveAvailabilityConflict( String^% currentAvail, String^ newAvail )  | 
Parameters
- currentAvail
 - Type: System..::.String%
 
- newAvail
 - Type: System..::.String
 
