IFileReplicationTargetUseImpersonation Property
|
Gets/sets a true or false value indicating whether to connect to a universal naming convention (UNC) path using a different user account. The default value is false.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool UseImpersonation { get; set; }
Property UseImpersonation As Boolean
Get
Set
property bool UseImpersonation {
bool get ();
void set (bool value);
}
abstract UseImpersonation : bool with get, set
Property Value
Type:
BooleanRemarks
You can use Impersonation Settings to replicate to shared network folder locations on a different server.
This requires administrators to configure a user account with access to the server.
See Also