profile_removeFile

Removes a file from the user profile.

Syntax

public void profile_removeFile( String accessToken, long principalId, String fileName );

Description

The profile_removeFile operation removes a file from a user profile.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

principalId

The identifier for the principal (by default, a user) from which you want to remove a file.

By default, only user profiles contain files. However, it is possible for site administrators to customize groups by using the designer tools in the UI.

fileName

A string containing the name of the file you want to remove.

return_value

None.

See Also