DITADTDLookupIsDefaultOrEmptyDITADTD Method
|
Namespace:
Ingeniux.CMS.Dita
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public bool IsDefaultOrEmptyDITADTD(
XDocumentType docType
)
Public Function IsDefaultOrEmptyDITADTD (
docType As XDocumentType
) As Boolean
public:
bool IsDefaultOrEmptyDITADTD(
XDocumentType^ docType
)
member IsDefaultOrEmptyDITADTD :
docType : XDocumentType -> bool
Parameters
- docType
- Type: System.Xml.LinqXDocumentType
[Missing <param name="docType"/> documentation for "M:Ingeniux.CMS.Dita.DITADTDLookup.IsDefaultOrEmptyDITADTD(System.Xml.Linq.XDocumentType)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.DITADTDLookup.IsDefaultOrEmptyDITADTD(System.Xml.Linq.XDocumentType)"]
See Also