FileBrowserServicesUneditableImageAssets Method
|
Provides a list of asset ids, and finds out whether those assets can be checked out to current user.
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic 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 String
- Id of assets to check
Return Value
XHRServiceResponseGenericStringThe list of asset ids, which the asset cannot be checked out/assigned to current user
See Also