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.5.94
Syntax public XHRServiceResponseGeneric<string[]> UneditableImageAssets(
string[] assetIds
)
Public Function UneditableImageAssets (
assetIds As String()
) As XHRServiceResponseGeneric(Of String())
public:
virtual XHRServiceResponseGeneric<array<String^>^>^ UneditableImageAssets(
array<String^>^ assetIds
) sealed
abstract UneditableImageAssets :
assetIds : string[] -> XHRServiceResponseGeneric<string[]>
override UneditableImageAssets :
assetIds : string[] -> XHRServiceResponseGeneric<string[]>
Parameters
- assetIds
- Type: SystemString
Id of assets to check
Return Value
Type:
XHRServiceResponseGenericStringThe list of asset ids, which the asset cannot be checked out/assigned to current user
See Also