WebStoryService Class ReferenceManaged web story services.
More...
List of all members.
|
Public Member Functions |
| List< TransitAccountStory > | GetAccountStories (string ticket, int id, AccountStoryQueryOptions queryoptions, ServiceQueryOptions options) |
| | Get account stories.
|
| int | GetAccountStoriesCount (string ticket, int id, AccountStoryQueryOptions queryoptions) |
| | Get account stories count.
|
| int | GetAllAccountStoriesCount (string ticket) |
| | Get all published account stories count.
|
| List< TransitAccountStory > | GetAllAccountStories (string ticket, ServiceQueryOptions options) |
| | Get all account stories.
|
| TransitAccountStory | GetAccountStoryById (string ticket, int id) |
| | Get account story by id.
|
| int | CreateOrUpdateAccountStory (string ticket, TransitAccountStory story) |
| | Create or update an account story.
|
| void | DeleteAccountStory (string ticket, int id) |
| | Delete a story.
|
| List< TransitAccountStory > | SearchAccountStories (string ticket, string s, ServiceQueryOptions options) |
| | Return stories matching a query.
|
| int | SearchAccountStoriesCount (string ticket, string s) |
| | Return the number of stories matching a query.
|
| TransitAccountStoryPicture | GetAccountStoryPictureById (string ticket, int id) |
| | Get account story picture by id.
|
| void | DeleteAccountStoryPicture (string ticket, int id) |
| | Delete an account story picture.
|
| void | MoveAccountStoryPicture (string ticket, int id, int disp) |
| | Move a story picture.
|
| int | GetAccountStoryPicturesCount (string ticket, int id) |
| | Get story pictures count.
|
| List< TransitAccountStoryPicture > | GetAccountStoryPictures (string ticket, int id, ServiceQueryOptions options) |
| | Get story pictures by account id.
|
| TransitAccountStoryPicture | GetAccountStoryPictureIfModifiedSinceById (string ticket, int id, DateTime ifModifiedSince) |
| | Get story picture picture data if modified since.
|
| int | CreateOrUpdateAccountStoryPicture (string ticket, TransitAccountStoryPicture picture) |
| | Create or update an account story picture.
|
Detailed Description
Managed web story services.
Member Function Documentation
| int CreateOrUpdateAccountStory |
( |
string |
ticket, |
|
|
TransitAccountStory |
story |
|
) |
|
|
|
|
Create or update an account story.
- Parameters:
-
| ticket | authentication ticket |
| story | new story |
|
| int CreateOrUpdateAccountStoryPicture |
( |
string |
ticket, |
|
|
TransitAccountStoryPicture |
picture |
|
) |
|
|
|
|
Create or update an account story picture.
- Parameters:
-
| ticket | authentication ticket |
| story | new story picture |
|
| void DeleteAccountStory |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete a story.
- Parameters:
-
| ticket | authentication ticket |
| id | story id |
|
| void DeleteAccountStoryPicture |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete an account story picture.
- Parameters:
-
| ticket | authentication ticket |
| storypictureid | story picture id |
|
| List<TransitAccountStory> GetAccountStories |
( |
string |
ticket, |
|
|
int |
id, |
|
|
AccountStoryQueryOptions |
queryoptions, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get account stories.
- Parameters:
-
- Returns:
- transit account stories
|
| int GetAccountStoriesCount |
( |
string |
ticket, |
|
|
int |
id, |
|
|
AccountStoryQueryOptions |
queryoptions |
|
) |
|
|
|
|
Get account stories count.
- Parameters:
-
- Returns:
- transit account stories count
|
| TransitAccountStory GetAccountStoryById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account story by id.
- Parameters:
-
| ticket | authentication ticket |
| id | story id |
- Returns:
- transit account story
|
| TransitAccountStoryPicture GetAccountStoryPictureById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account story picture by id.
- Parameters:
-
| ticket | authentication ticket |
| id | story picture id |
- Returns:
- transit account story picture
|
| TransitAccountStoryPicture GetAccountStoryPictureIfModifiedSinceById |
( |
string |
ticket, |
|
|
int |
id, |
|
|
DateTime |
ifModifiedSince |
|
) |
|
|
|
|
Get story picture picture data if modified since.
- Parameters:
-
| id | story picture id |
| ticket | authentication ticket |
| ifModifiedSince | last update date/time |
- Returns:
- transit picture
|
| List<TransitAccountStoryPicture> GetAccountStoryPictures |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get story pictures by account id.
- Parameters:
-
- Returns:
- transit story pictures
|
| int GetAccountStoryPicturesCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get story pictures count.
- Parameters:
-
|
| List<TransitAccountStory> GetAllAccountStories |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get all account stories.
- Parameters:
-
- Returns:
- transit account stories
|
| int GetAllAccountStoriesCount |
( |
string |
ticket |
) |
|
|
|
|
Get all published account stories count.
- Returns:
- number of account stories
|
| void MoveAccountStoryPicture |
( |
string |
ticket, |
|
|
int |
id, |
|
|
int |
disp |
|
) |
|
|
|
|
Move a story picture.
- Parameters:
-
| ticket | authentication ticket |
| storypictureid | story picture id |
| disp | displacement |
|
| List<TransitAccountStory> SearchAccountStories |
( |
string |
ticket, |
|
|
string |
s, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Return stories matching a query.
- Parameters:
-
| options | service query options |
| s | search query |
| ticket | authentication ticket |
- Returns:
- transit stories
|
| int SearchAccountStoriesCount |
( |
string |
ticket, |
|
|
string |
s |
|
) |
|
|
|
|
Return the number of stories matching a query.
- Returns:
- number of stories
|
The documentation for this class was generated from the following file:
|