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.
|
| 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.
|
| void | MoveAccountStoryPicture (string ticket, int id, int disp) |
| | Move a story picture.
|
| 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
| 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
| int GetAllAccountStoriesCount |
( |
string |
ticket |
) |
|
Get all published account stories count.
- Returns:
- number of account stories
| List<TransitAccountStory> GetAllAccountStories |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all account stories.
- Parameters:
-
- Returns:
- transit account stories
| TransitAccountStory GetAccountStoryById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get account story by id.
- Parameters:
-
| ticket | authentication ticket |
| id | story id |
- Returns:
- transit account story
| int CreateOrUpdateAccountStory |
( |
string |
ticket, |
|
|
TransitAccountStory |
story | |
|
) |
| | |
Create or update an account story.
- Parameters:
-
| ticket | authentication ticket |
| story | new story |
| void DeleteAccountStory |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a story.
- Parameters:
-
| ticket | authentication ticket |
| id | story id |
| 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
| 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
| void DeleteAccountStoryPicture |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete an account story picture.
- Parameters:
-
| ticket | authentication ticket |
| storypictureid | story picture id |
| int GetAccountStoryPicturesCount |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get story pictures count.
- Parameters:
-
| List<TransitAccountStoryPicture> GetAccountStoryPictures |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get story pictures by account id.
- Parameters:
-
- Returns:
- transit story pictures
| void MoveAccountStoryPicture |
( |
string |
ticket, |
|
|
int |
id, |
|
|
int |
disp | |
|
) |
| | |
Move a story picture.
- Parameters:
-
| ticket | authentication ticket |
| disp | disstory by positions |
| id | picture id |
| 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
| int CreateOrUpdateAccountStoryPicture |
( |
string |
ticket, |
|
|
TransitAccountStoryPicture |
picture | |
|
) |
| | |
Create or update an account story picture.
- Parameters:
-
| ticket | authentication ticket |
| story | new story picture |
The documentation for this class was generated from the following file:
|