[This is preliminary documentation and is subject to change.]
Checks whether a particular file name
is used inside a menu definition.
Namespace:
OfficeClip.BusinessLayer.OfficePortal.CorpMenuAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsFileNameUsed( string fileName ) |
Visual Basic (Declaration) |
---|
Public Function IsFileNameUsed ( _ fileName As String _ ) As Boolean |
Visual C++ |
---|
public: bool IsFileNameUsed( String^ fileName ) |
Parameters
- fileName
- Type: System..::.String
Name of the file which needs to be checked.