PathFinderIsDocument Method
|
Namespace: Ingeniux.CMS.DitaAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic static bool IsDocument(
string ext
)
Public Shared Function IsDocument (
ext As String
) As Boolean
public:
static bool IsDocument(
String^ ext
)
static member IsDocument :
ext : string -> bool Parameters
- ext String
[Missing <param name="ext"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.IsDocument(System.String)"]
Return Value
Boolean[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.PathFinder.IsDocument(System.String)"]
See Also