SystemOptionsServicesForceArchive Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.SystemOptionsServices.ForceArchive(System.String)"]
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<bool> ForceArchive(
string data
)
Public Function ForceArchive (
data As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ ForceArchive(
String^ data
) sealed
abstract ForceArchive :
data : string -> XHRServiceResponseGeneric<bool>
override ForceArchive :
data : string -> XHRServiceResponseGeneric<bool>
Parameters
- data
- Type: SystemString
[Missing <param name="data"/> documentation for "M:IngeniuxCMService.SystemOptionsServices.ForceArchive(System.String)"]
Return Value
Type:
XHRServiceResponseGenericBoolean[Missing <returns> documentation for "M:IngeniuxCMService.SystemOptionsServices.ForceArchive(System.String)"]
See Also