IXmlDataExporterIncludeAuditInfo Property  | 
 
            Gets or sets if audit information (Created/Changed By/On) should be exported.
            
 
    Namespace: 
   PDTec.IceNet.Core.Xml
    Assembly:
   PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntaxbool IncludeAuditInfo { get; set; }Property Value
Type: 
Boolean
Remarks
            The default value is false.
            
Remarks
            Setting this value to true exports information that does not conform
            to the icedata.xsd schema. This information cannot be imported and is ignored
            during import.
            
See Also