SystemOptionsServicesForceArchive Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.SystemOptionsServices.ForceArchive(System.String)"]
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic 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 String
[Missing <param name="data"/> documentation for "M:IngeniuxCMService.SystemOptionsServices.ForceArchive(System.String)"]
Return Value
XHRServiceResponseGenericBoolean[Missing <returns> documentation for "M:IngeniuxCMService.SystemOptionsServices.ForceArchive(System.String)"]
See Also