Click or drag to resize

FileBrowserServicesUneditableImageAssets Method


Provides a list of asset ids, and finds out whether those assets can be checked out to current user.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<string[]> UneditableImageAssets(
	string[] assetIds
)

Parameters

assetIds  String
Id of assets to check

Return Value

XHRServiceResponseGenericString
The list of asset ids, which the asset cannot be checked out/assigned to current user
See Also