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.3.169
Syntax
public XHRServiceResponseGeneric<string[]> UneditableImageAssets(
	string[] assetIds
)

Parameters

assetIds
Type: SystemString
Id of assets to check

Return Value

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