IPublishingTaskAuthCookie Property
|
Gets/sets the auth cookie for executing this publishing task
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntaxstring AuthCookie { get; set; }
Property AuthCookie As String
Get
Set
property String^ AuthCookie {
String^ get ();
void set (String^ value);
}
abstract AuthCookie : string with get, set
Property Value
Type:
String
Remarks
Used to authenticate with a preview site during MFO publishing.
See AlsoReference
IDynamicMFOProcessor