| IPublishingTaskPubDoneFilename Property  | 
        
        
          
         
            Gets the "publishing done" marker file name.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
 Syntax
Syntaxstring PubDoneFilename { get; }ReadOnly Property PubDoneFilename As String
	Get
property String^ PubDoneFilename {
	String^ get ();
}abstract PubDoneFilename : string with get
Property Value
Type: 
String Remarks
RemarksThis property is for compatibility of external synchronization framework only; it will always return "publishdone.txt".
 See Also
See Also