Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
ObjectExist |
SlidesApi.objectExists(String path,
String storageName,
String versionId)
Check if file or folder exists
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ObjectExist> |
SlidesApi.objectExistsWithHttpInfo(String path,
String storageName,
String versionId)
Check if file or folder exists
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.objectExistsAsync(String path,
String storageName,
String versionId,
ApiCallback<ObjectExist> callback)
Check if file or folder exists (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
ObjectExist |
ObjectExist.exists(Boolean exists) |
ObjectExist |
ObjectExist.isFolder(Boolean isFolder) |
Copyright © 2022. All rights reserved.