Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
API | Operation Description |
List Recycle Bin Items |
try {val recycledContents: RecycledContents = smh.listRecycled(//page numberpage = 1,//number of items per pagepageSize = 100,sorting methodorderType = OrderType.NAME,sorting orderorderDirection = OrderDirection.ASC)//Recycle bin list. Check the RecycledContents entity for other numbers etc.val contents = recycledContents.contents} catch (e: Exception) {e.printStackTrace()}
try {val recycledContents: RecycledContents = smh.listRecycledWithMarker(//ID for sequential page listingmarker = 100,//Limit for local project count in sequential page listinglimit = 100,//ETag of current directoryeTag = "eTag",sorting methodorderType = OrderType.NAME,sorting orderorderDirection = OrderDirection.ASC)//Recycle bin list. Check the RecycledContents entity for other numbers etc.val contents = recycledContents.contents} catch (e: Exception) {e.printStackTrace()}
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários